#AA9E6B

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

Shades of Tallow #AA9E6B

Tints of Tallow #AA9E6B

Color information

#AA9E6B (or 0xAA9E6B) is unknown color: approx Tallow. HEX triplet: AA, 9E and 6B. RGB value is (170,158,107). Sum of RGB (Red+Green+Blue) = 170+158+107=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6B is #556194. Grayscale: #9B9B9B. Windows color (decimal): -5595541 or 7052970. OLE color: 7052970.

HSL color Cylindrical-coordinate representation of color #AA9E6B: hue angle of 48.57º 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 #AA9E6B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB170158107-
CMYK00.070.370.33
HSL48.57º27.04%54.31%-
HSV(B)48.57º37.06%66.67%-
XYZ31.4634.0618.83-
YUV155.77100.48138.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=39.08%
G=36.32%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015810700.070.370.3348.5727.0454.31
HexAA9E6B072521311b36
Octal252236153074541613366
Binary10101010100111101101011011110010110000111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E6B; }

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

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

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

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

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

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

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

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