#AA905C

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

Shades of Teak #AA905C

Tints of Teak #AA905C

Color information

#AA905C (or 0xAA905C) is unknown color: approx Teak. HEX triplet: AA, 90 and 5C. RGB value is (170,144,92). Sum of RGB (Red+Green+Blue) = 170+144+92=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA905C is #556FA3. Grayscale: #929292. Windows color (decimal): -5599140 or 6066346. OLE color: 6066346.

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

Color convert

RGB17014492-
CMYK00.150.460.33
HSL40º31.45%51.37%-
HSV(B)40º45.88%66.67%-
XYZ28.4829.2714.27-
YUV145.8597.61145.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=41.87%
G=35.47%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701449200.150.460.334031.4551.37
HexAA905C0F2E21281f33
Octal2522201340175641503763
Binary101010101001000010111000111110111010000110100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA905C; }

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

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

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

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

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

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

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

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