#AC9D76

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

Shades of Tallow #AC9D76

Tints of Tallow #AC9D76

Color information

#AC9D76 (or 0xAC9D76) is unknown color: approx Tallow. HEX triplet: AC, 9D and 76. RGB value is (172,157,118). Sum of RGB (Red+Green+Blue) = 172+157+118=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D76 is #536289. Grayscale: #9D9D9D. Windows color (decimal): -5464714 or 7773612. OLE color: 7773612.

HSL color Cylindrical-coordinate representation of color #AC9D76: hue angle of 43.33º degrees, saturation: 0.25, 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 #AC9D76 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172157118-
CMYK00.090.310.33
HSL43.33º24.55%56.86%-
HSV(B)43.33º31.4%67.45%-
XYZ32.3434.1922.03-
YUV157.04105.97138.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=38.48%
G=35.12%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215711800.090.310.3343.3324.5556.86
HexAC9D76091F212b1939
Octal2542351660113741533171
Binary10101100100111011110110010011111110000110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D76; }

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

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

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

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

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

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

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

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