#AA9F75

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

Shades of Tallow #AA9F75

Tints of Tallow #AA9F75

Color information

#AA9F75 (or 0xAA9F75) is unknown color: approx Tallow. HEX triplet: AA, 9F and 75. RGB value is (170,159,117). Sum of RGB (Red+Green+Blue) = 170+159+117=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F75 is #55608A. Grayscale: #9D9D9D. Windows color (decimal): -5595275 or 7708586. OLE color: 7708586.

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

Color convert

RGB170159117-
CMYK00.060.310.33
HSL47.55º23.77%56.27%-
HSV(B)47.55º31.18%66.67%-
XYZ32.1934.6321.82-
YUV157.5105.14136.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=38.12%
G=35.65%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015911700.060.310.3347.5523.7756.27
HexAA9F75061F21301838
Octal252237165063741603070
Binary1010101010011111111010101101111110000111000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F75; }

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

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

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

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

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

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

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

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