#AA996A

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

Shades of Tallow #AA996A

Tints of Tallow #AA996A

Color information

#AA996A (or 0xAA996A) is unknown color: approx Tallow. HEX triplet: AA, 99 and 6A. RGB value is (170,153,106). Sum of RGB (Red+Green+Blue) = 170+153+106=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996A is #556695. Grayscale: #989898. Windows color (decimal): -5596822 or 6986154. OLE color: 6986154.

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

Color convert

RGB170153106-
CMYK00.10.380.33
HSL44.06º27.35%54.12%-
HSV(B)44.06º37.65%66.67%-
XYZ30.5732.3718.27-
YUV152.72101.63140.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=39.63%
G=35.66%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015310600.10.380.3344.0627.3554.12
HexAA996A0A26212c1b36
Octal2522311520124641543366
Binary101010101001100111010100101010011010000110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA996A; }

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

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

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

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

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

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

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

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