#AA996B

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

Shades of Tallow #AA996B

Tints of Tallow #AA996B

Color information

#AA996B (or 0xAA996B) is unknown color: approx Tallow. HEX triplet: AA, 99 and 6B. RGB value is (170,153,107). Sum of RGB (Red+Green+Blue) = 170+153+107=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996B is #556694. Grayscale: #999999. Windows color (decimal): -5596821 or 7051690. OLE color: 7051690.

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

Color convert

RGB170153107-
CMYK00.10.370.33
HSL43.81º27.04%54.31%-
HSV(B)43.81º37.06%66.67%-
XYZ30.6232.3918.55-
YUV152.84102.13140.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=39.53%
G=35.58%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015310700.10.370.3343.8127.0454.31
HexAA996B0A25212c1b36
Octal2522311530124541543366
Binary101010101001100111010110101010010110000110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA996B; }

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

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

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

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

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

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

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

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