#AA9F72

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

Shades of Tallow #AA9F72

Tints of Tallow #AA9F72

Color information

#AA9F72 (or 0xAA9F72) is unknown color: approx Tallow. HEX triplet: AA, 9F and 72. RGB value is (170,159,114). Sum of RGB (Red+Green+Blue) = 170+159+114=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F72 is #55608D. Grayscale: #9D9D9D. Windows color (decimal): -5595278 or 7511978. OLE color: 7511978.

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

Color convert

RGB170159114-
CMYK00.060.330.33
HSL48.21º24.78%55.69%-
HSV(B)48.21º32.94%66.67%-
XYZ32.0134.5620.9-
YUV157.16103.64137.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=38.37%
G=35.89%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015911400.060.330.3348.2124.7855.69
HexAA9F72062121301938
Octal252237162064141603170
Binary10101010100111111110010011010000110000111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F72; }

 p { color: rgb(170,159,114); }

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

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

 a { background-color: rgb(170,159,114); }

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

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

 span { border-color: rgb(170,159,114); }

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