#AA9B76

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

Shades of Tallow #AA9B76

Tints of Tallow #AA9B76

Color information

#AA9B76 (or 0xAA9B76) is unknown color: approx Tallow. HEX triplet: AA, 9B and 76. RGB value is (170,155,118). Sum of RGB (Red+Green+Blue) = 170+155+118=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B76 is #556489. Grayscale: #9B9B9B. Windows color (decimal): -5596298 or 7773098. OLE color: 7773098.

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

Color convert

RGB170155118-
CMYK00.090.310.33
HSL42.69º23.42%56.47%-
HSV(B)42.69º30.59%66.67%-
XYZ31.5733.321.9-
YUV155.27106.97138.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=38.37%
G=34.99%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015511800.090.310.3342.6923.4256.47
HexAA9B76091F212b1738
Octal2522331660113741532770
Binary10101010100110111110110010011111110000110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B76; }

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

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

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

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

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

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

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

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