#AC9C6C

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

Shades of Tallow #AC9C6C

Tints of Tallow #AC9C6C

Color information

#AC9C6C (or 0xAC9C6C) is unknown color: approx Tallow. HEX triplet: AC, 9C and 6C. RGB value is (172,156,108). Sum of RGB (Red+Green+Blue) = 172+156+108=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C6C is #536393. Grayscale: #9B9B9B. Windows color (decimal): -5464980 or 7117996. OLE color: 7117996.

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

Color convert

RGB172156108-
CMYK00.090.370.33
HSL45º27.83%54.9%-
HSV(B)45º37.21%67.45%-
XYZ31.6133.6319.01-
YUV155.31101.3139.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=39.45%
G=35.78%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215610800.090.370.334527.8354.9
HexAC9C6C0925212d1c37
Octal2542341540114541553467
Binary101011001001110011011000100110010110000110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C6C; }

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

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

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

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

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

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

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

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