#AC9B66

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

Shades of Tallow #AC9B66

Tints of Tallow #AC9B66

Color information

#AC9B66 (or 0xAC9B66) is unknown color: approx Tallow. HEX triplet: AC, 9B and 66. RGB value is (172,155,102). Sum of RGB (Red+Green+Blue) = 172+155+102=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B66 is #536499. Grayscale: #9A9A9A. Windows color (decimal): -5465242 or 6724524. OLE color: 6724524.

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

Color convert

RGB172155102-
CMYK00.100.410.33
HSL45.43º29.66%53.73%-
HSV(B)45.43º40.7%67.45%-
XYZ31.1333.1717.33-
YUV154.0498.63140.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=40.09%
G=36.13%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215510200.100.410.3345.4329.6653.73
HexAC9B660A29212d1e36
Octal2542331460125141553666
Binary101011001001101111001100101010100110000110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B66; }

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

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

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

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

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

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

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

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