#AC9869

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

Shades of Tallow #AC9869

Tints of Tallow #AC9869

Color information

#AC9869 (or 0xAC9869) is unknown color: approx Tallow. HEX triplet: AC, 98 and 69. RGB value is (172,152,105). Sum of RGB (Red+Green+Blue) = 172+152+105=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9869 is #536796. Grayscale: #989898. Windows color (decimal): -5466007 or 6920364. OLE color: 6920364.

HSL color Cylindrical-coordinate representation of color #AC9869: hue angle of 42.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC9869 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB172152105-
CMYK00.120.390.33
HSL42.09º28.76%54.31%-
HSV(B)42.09º38.95%67.45%-
XYZ30.7932.2517.97-
YUV152.62101.13141.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=40.09%
G=35.43%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215210500.120.390.3342.0928.7654.31
HexAC98690C27212a1d36
Octal2542301510144741523566
Binary101011001001100011010010110010011110000110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9869; }

 p { color: rgb(172,152,105); }

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

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

 a { background-color: rgb(172,152,105); }

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

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

 span { border-color: rgb(172,152,105); }

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