#AC9870

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

Shades of Tallow #AC9870

Tints of Tallow #AC9870

Color information

#AC9870 (or 0xAC9870) is unknown color: approx Tallow. HEX triplet: AC, 98 and 70. RGB value is (172,152,112). Sum of RGB (Red+Green+Blue) = 172+152+112=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9870 is #53678F. Grayscale: #999999. Windows color (decimal): -5466000 or 7379116. OLE color: 7379116.

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

Color convert

RGB172152112-
CMYK00.120.350.33
HSL40º26.55%55.69%-
HSV(B)40º34.88%67.45%-
XYZ31.1732.419.94-
YUV153.42104.63141.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=39.45%
G=34.86%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211200.120.350.334026.5555.69
HexAC98700C2321281b38
Octal2542301600144341503370
Binary101011001001100011100000110010001110000110100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9870; }

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

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

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

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

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

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

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

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