#AC9C75

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

Shades of Tallow #AC9C75

Tints of Tallow #AC9C75

Color information

#AC9C75 (or 0xAC9C75) is unknown color: approx Tallow. HEX triplet: AC, 9C and 75. RGB value is (172,156,117). Sum of RGB (Red+Green+Blue) = 172+156+117=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C75 is #53638A. Grayscale: #9C9C9C. Windows color (decimal): -5464971 or 7707820. OLE color: 7707820.

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

Color convert

RGB172156117-
CMYK00.090.320.33
HSL42.55º24.89%56.67%-
HSV(B)42.55º31.98%67.45%-
XYZ32.1133.8321.67-
YUV156.34105.8139.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=38.65%
G=35.06%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215611700.090.320.3342.5524.8956.67
HexAC9C750920212b1939
Octal2542341650114041533171
Binary101011001001110011101010100110000010000110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C75; }

 p { color: rgb(172,156,117); }

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

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

 a { background-color: rgb(172,156,117); }

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

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

 span { border-color: rgb(172,156,117); }

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