#AA9E6A

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

Shades of Tallow #AA9E6A

Tints of Tallow #AA9E6A

Color information

#AA9E6A (or 0xAA9E6A) is unknown color: approx Tallow. HEX triplet: AA, 9E and 6A. RGB value is (170,158,106). Sum of RGB (Red+Green+Blue) = 170+158+106=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E6A is #556195. Grayscale: #9B9B9B. Windows color (decimal): -5595542 or 6987434. OLE color: 6987434.

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

Color convert

RGB170158106-
CMYK00.070.380.33
HSL48.75º27.35%54.12%-
HSV(B)48.75º37.65%66.67%-
XYZ31.4134.0418.55-
YUV155.6699.98138.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=39.17%
G=36.41%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015810600.070.380.3348.7527.3554.12
HexAA9E6A072621311b36
Octal252236152074641613366
Binary10101010100111101101010011110011010000111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E6A; }

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

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

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

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

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

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

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

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