#AA9E69

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

Shades of Tallow #AA9E69

Tints of Tallow #AA9E69

Color information

#AA9E69 (or 0xAA9E69) is unknown color: approx Tallow. HEX triplet: AA, 9E and 69. RGB value is (170,158,105). Sum of RGB (Red+Green+Blue) = 170+158+105=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E69 is #556196. Grayscale: #9B9B9B. Windows color (decimal): -5595543 or 6921898. OLE color: 6921898.

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

Color convert

RGB170158105-
CMYK00.070.380.33
HSL48.92º27.66%53.92%-
HSV(B)48.92º38.24%66.67%-
XYZ31.3534.0218.28-
YUV155.5599.48138.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=39.26%
G=36.49%
B=24.25%

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
Decimal17015810500.070.380.3348.9227.6653.92
HexAA9E69072621311c36
Octal252236151074641613466
Binary10101010100111101101001011110011010000111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E69; }

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

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

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

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

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

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

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

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