#AC9B6C

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

Shades of Tallow #AC9B6C

Tints of Tallow #AC9B6C

Color information

#AC9B6C (or 0xAC9B6C) is unknown color: approx Tallow. HEX triplet: AC, 9B and 6C. RGB value is (172,155,108). Sum of RGB (Red+Green+Blue) = 172+155+108=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B6C is #536493. Grayscale: #9A9A9A. Windows color (decimal): -5465236 or 7117740. OLE color: 7117740.

HSL color Cylindrical-coordinate representation of color #AC9B6C: hue angle of 44.06º 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 #AC9B6C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172155108-
CMYK00.100.370.33
HSL44.06º27.83%54.9%-
HSV(B)44.06º37.21%67.45%-
XYZ31.4433.318.96-
YUV154.73101.63140.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=39.54%
G=35.63%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215510800.100.370.3344.0627.8354.9
HexAC9B6C0A25212c1c37
Octal2542331540124541543467
Binary101011001001101111011000101010010110000110110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B6C; }

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

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

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

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

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

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

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

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