#AA9B66

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

Shades of Tallow #AA9B66

Tints of Tallow #AA9B66

Color information

#AA9B66 (or 0xAA9B66) is unknown color: approx Tallow. HEX triplet: AA, 9B and 66. RGB value is (170,155,102). Sum of RGB (Red+Green+Blue) = 170+155+102=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B66 is #556499. Grayscale: #999999. Windows color (decimal): -5596314 or 6724522. OLE color: 6724522.

HSL color Cylindrical-coordinate representation of color #AA9B66: hue angle of 46.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9B66 is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170155102-
CMYK00.090.40.33
HSL46.76º28.57%53.33%-
HSV(B)46.76º40%66.67%-
XYZ30.732.9517.31-
YUV153.4498.97139.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=39.81%
G=36.30%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015510200.090.40.3346.7628.5753.33
HexAA9B660928212f1d35
Octal2522331460115041573565
Binary101010101001101111001100100110100010000110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B66; }

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

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

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

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

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

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

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

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