#AA9C63

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

Shades of Tallow #AA9C63

Tints of Tallow #AA9C63

Color information

#AA9C63 (or 0xAA9C63) is unknown color: approx Tallow. HEX triplet: AA, 9C and 63. RGB value is (170,156,99). Sum of RGB (Red+Green+Blue) = 170+156+99=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C63 is #55639C. Grayscale: #999999. Windows color (decimal): -5596061 or 6528170. OLE color: 6528170.

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

Color convert

RGB17015699-
CMYK00.080.420.33
HSL48.17º29.46%52.75%-
HSV(B)48.17º41.76%66.67%-
XYZ30.7233.2216.6-
YUV153.6997.14139.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=40%
G=36.71%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701569900.080.420.3348.1729.4652.75
HexAA9C63082A21301d35
Octal2522341430105241603565
Binary101010101001110011000110100010101010000111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C63; }

 p { color: rgb(170,156,99); }

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

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

 a { background-color: rgb(170,156,99); }

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

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

 span { border-color: rgb(170,156,99); }

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