#AA905A

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

Shades of Teak #AA905A

Tints of Teak #AA905A

Color information

#AA905A (or 0xAA905A) is unknown color: approx Teak. HEX triplet: AA, 90 and 5A. RGB value is (170,144,90). Sum of RGB (Red+Green+Blue) = 170+144+90=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA905A is #556FA5. Grayscale: #919191. Windows color (decimal): -5599142 or 5935274. OLE color: 5935274.

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

Color convert

RGB17014490-
CMYK00.150.470.33
HSL40.5º32%50.98%-
HSV(B)40.5º47.06%66.67%-
XYZ28.429.2313.82-
YUV145.6296.61145.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=42.08%
G=35.64%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701449000.150.470.3340.53250.98
HexAA905A0F2F21292033
Octal2522201320175741514063
Binary1010101010010000101101001111101111100001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA905A; }

 p { color: rgb(170,144,90); }

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

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

 a { background-color: rgb(170,144,90); }

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

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

 span { border-color: rgb(170,144,90); }

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