#AC9872

Color #AC9872 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #AC9872

Tints of Tallow #AC9872

Color information

#AC9872 (or 0xAC9872) is unknown color: approx Tallow. HEX triplet: AC, 98 and 72. RGB value is (172,152,114). Sum of RGB (Red+Green+Blue) = 172+152+114=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9872 is #53678D. Grayscale: #999999. Windows color (decimal): -5465998 or 7510188. OLE color: 7510188.

HSL color Cylindrical-coordinate representation of color #AC9872: hue angle of 39.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9872 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172152114-
CMYK00.120.340.33
HSL39.31º25.89%56.08%-
HSV(B)39.31º33.72%67.45%-
XYZ31.2832.4420.53-
YUV153.65105.63141.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=39.27%
G=34.70%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211400.120.340.3339.3125.8956.08
HexAC98720C2221271a38
Octal2542301620144241473270
Binary101011001001100011100100110010001010000110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9872; }

 p { color: rgb(172,152,114); }

 H1.HeaderClassName
 {
   color: #AC9872;
 }
 .AnyTagClassName
 {
   color: #AC9872;
 }
</style>
background-color css

<style>
 a { background-color: #AC9872; }

 a { background-color: rgb(172,152,114); }

 div.DivClassName
 {
   background-color: #AC9872;
 }
 .BgClassName
 {
   background-color: #AC9872;
 }
</style>
border-color css

<style>
 span { border-color: #AC9872; }

 span { border-color: rgb(172,152,114); }

 td.TdClassName
 {
   border-color: #AC9872;
 }
 .TagClassName
 {
   border-color: #AC9872;
 }
</style>