#AA9866

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

Shades of Tallow #AA9866

Tints of Tallow #AA9866

Color information

#AA9866 (or 0xAA9866) is unknown color: approx Tallow. HEX triplet: AA, 98 and 66. RGB value is (170,152,102). Sum of RGB (Red+Green+Blue) = 170+152+102=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9866 is #556799. Grayscale: #979797. Windows color (decimal): -5597082 or 6723754. OLE color: 6723754.

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

Color convert

RGB170152102-
CMYK00.110.40.33
HSL44.12º28.57%53.33%-
HSV(B)44.12º40%66.67%-
XYZ30.231.9617.15-
YUV151.6899.96141.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=40.09%
G=35.85%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015210200.110.40.3344.1228.5753.33
HexAA98660B28212c1d35
Octal2522301460135041543565
Binary101010101001100011001100101110100010000110110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9866; }

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

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

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

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

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

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

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

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