#AA996D

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

Shades of Tallow #AA996D

Tints of Tallow #AA996D

Color information

#AA996D (or 0xAA996D) is unknown color: approx Tallow. HEX triplet: AA, 99 and 6D. RGB value is (170,153,109). Sum of RGB (Red+Green+Blue) = 170+153+109=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996D is #556692. Grayscale: #999999. Windows color (decimal): -5596819 or 7182762. OLE color: 7182762.

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

Color convert

RGB170153109-
CMYK00.10.360.33
HSL43.28º26.41%54.71%-
HSV(B)43.28º35.88%66.67%-
XYZ30.7332.4319.11-
YUV153.07103.13140.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=39.35%
G=35.42%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015310900.10.360.3343.2826.4154.71
HexAA996D0A24212b1a37
Octal2522311550124441533267
Binary101010101001100111011010101010010010000110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA996D; }

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

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

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

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

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

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

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

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