#AA9E76

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

Shades of Tallow #AA9E76

Tints of Tallow #AA9E76

Color information

#AA9E76 (or 0xAA9E76) is unknown color: approx Tallow. HEX triplet: AA, 9E and 76. RGB value is (170,158,118). Sum of RGB (Red+Green+Blue) = 170+158+118=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E76 is #556189. Grayscale: #9D9D9D. Windows color (decimal): -5595530 or 7773866. OLE color: 7773866.

HSL color Cylindrical-coordinate representation of color #AA9E76: hue angle of 46.15º degrees, saturation: 0.23, 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 #AA9E76 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170158118-
CMYK00.070.310.33
HSL46.15º23.42%56.47%-
HSV(B)46.15º30.59%66.67%-
XYZ32.0734.3122.07-
YUV157.03105.98137.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=38.12%
G=35.43%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015811800.070.310.3346.1523.4256.47
HexAA9E76071F212e1738
Octal252236166073741562770
Binary1010101010011110111011001111111110000110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E76; }

 p { color: rgb(170,158,118); }

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

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

 a { background-color: rgb(170,158,118); }

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

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

 span { border-color: rgb(170,158,118); }

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