#AC9F70

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

Shades of Tallow #AC9F70

Tints of Tallow #AC9F70

Color information

#AC9F70 (or 0xAC9F70) is unknown color: approx Tallow. HEX triplet: AC, 9F and 70. RGB value is (172,159,112). Sum of RGB (Red+Green+Blue) = 172+159+112=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F70 is #53608F. Grayscale: #9D9D9D. Windows color (decimal): -5464208 or 7380908. OLE color: 7380908.

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

Color convert

RGB172159112-
CMYK00.080.350.33
HSL47º26.55%55.69%-
HSV(B)47º34.88%67.45%-
XYZ32.3434.7420.33-
YUV157.53102.31138.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=38.83%
G=35.89%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215911200.080.350.334726.5555.69
HexAC9F700823212f1b38
Octal2542371600104341573370
Binary101011001001111111100000100010001110000110111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F70; }

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

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

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

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

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

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

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

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