#AC9D66

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

Shades of Tallow #AC9D66

Tints of Tallow #AC9D66

Color information

#AC9D66 (or 0xAC9D66) is unknown color: approx Tallow. HEX triplet: AC, 9D and 66. RGB value is (172,157,102). Sum of RGB (Red+Green+Blue) = 172+157+102=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D66 is #536299. Grayscale: #9B9B9B. Windows color (decimal): -5464730 or 6725036. OLE color: 6725036.

HSL color Cylindrical-coordinate representation of color #AC9D66: hue angle of 47.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC9D66 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172157102-
CMYK00.090.410.33
HSL47.14º29.66%53.73%-
HSV(B)47.14º40.7%67.45%-
XYZ31.4733.8417.44-
YUV155.2197.97139.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=39.91%
G=36.43%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215710200.090.410.3347.1429.6653.73
HexAC9D660929212f1e36
Octal2542351460115141573666
Binary101011001001110111001100100110100110000110111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D66; }

 p { color: rgb(172,157,102); }

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

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

 a { background-color: rgb(172,157,102); }

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

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

 span { border-color: rgb(172,157,102); }

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