#AC9A77

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

Shades of Tallow #AC9A77

Tints of Tallow #AC9A77

Color information

#AC9A77 (or 0xAC9A77) is unknown color: approx Tallow. HEX triplet: AC, 9A and 77. RGB value is (172,154,119). Sum of RGB (Red+Green+Blue) = 172+154+119=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A77 is #536588. Grayscale: #9B9B9B. Windows color (decimal): -5465481 or 7838380. OLE color: 7838380.

HSL color Cylindrical-coordinate representation of color #AC9A77: hue angle of 39.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9A77 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172154119-
CMYK00.100.310.33
HSL39.62º24.2%57.06%-
HSV(B)39.62º30.81%67.45%-
XYZ31.933.2122.18-
YUV155.39107.46139.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=38.65%
G=34.61%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215411900.100.310.3339.6224.257.06
HexAC9A770A1F21281839
Octal2542321670123741503071
Binary10101100100110101110111010101111110000110100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A77; }

 p { color: rgb(172,154,119); }

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

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

 a { background-color: rgb(172,154,119); }

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

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

 span { border-color: rgb(172,154,119); }

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