#AA9965

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

Shades of Tallow #AA9965

Tints of Tallow #AA9965

Color information

#AA9965 (or 0xAA9965) is unknown color: approx Tallow. HEX triplet: AA, 99 and 65. RGB value is (170,153,101). Sum of RGB (Red+Green+Blue) = 170+153+101=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9965 is #55669A. Grayscale: #989898. Windows color (decimal): -5596827 or 6658474. OLE color: 6658474.

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

Color convert

RGB170153101-
CMYK00.10.410.33
HSL45.22º28.87%53.14%-
HSV(B)45.22º40.59%66.67%-
XYZ30.3232.2716.94-
YUV152.1699.13140.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=40.09%
G=36.08%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015310100.10.410.3345.2228.8753.14
HexAA99650A29212d1d35
Octal2522311450125141553565
Binary101010101001100111001010101010100110000110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9965; }

 p { color: rgb(170,153,101); }

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

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

 a { background-color: rgb(170,153,101); }

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

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

 span { border-color: rgb(170,153,101); }

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