#AC9970

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

Shades of Tallow #AC9970

Tints of Tallow #AC9970

Color information

#AC9970 (or 0xAC9970) is unknown color: approx Tallow. HEX triplet: AC, 99 and 70. RGB value is (172,153,112). Sum of RGB (Red+Green+Blue) = 172+153+112=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9970 is #53668F. Grayscale: #9A9A9A. Windows color (decimal): -5465744 or 7379372. OLE color: 7379372.

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

Color convert

RGB172153112-
CMYK00.110.350.33
HSL41º26.55%55.69%-
HSV(B)41º34.88%67.45%-
XYZ31.3332.7219.99-
YUV154.01104.29140.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=39.36%
G=35.01%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215311200.110.350.334126.5555.69
HexAC99700B2321291b38
Octal2542311600134341513370
Binary101011001001100111100000101110001110000110100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9970; }

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

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

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

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

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

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

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

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