#AA9359

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

Shades of Teak #AA9359

Tints of Teak #AA9359

Color information

#AA9359 (or 0xAA9359) is unknown color: approx Teak. HEX triplet: AA, 93 and 59. RGB value is (170,147,89). Sum of RGB (Red+Green+Blue) = 170+147+89=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9359 is #556CA6. Grayscale: #939393. Windows color (decimal): -5598375 or 5870506. OLE color: 5870506.

HSL color Cylindrical-coordinate representation of color #AA9359: hue angle of 42.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA9359 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17014789-
CMYK00.140.480.33
HSL42.96º32.27%50.78%-
HSV(B)42.96º47.65%66.67%-
XYZ28.8130.1313.75-
YUV147.2695.12144.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=41.87%
G=36.21%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701478900.140.480.3342.9632.2750.78
HexAA93590E30212b2033
Octal2522231310166041534063
Binary1010101010010011101100101110110000100001101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9359; }

 p { color: rgb(170,147,89); }

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

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

 a { background-color: rgb(170,147,89); }

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

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

 span { border-color: rgb(170,147,89); }

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