#AA9253

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

Shades of Teak #AA9253

Tints of Teak #AA9253

Color information

#AA9253 (or 0xAA9253) is unknown color: approx Teak. HEX triplet: AA, 92 and 53. RGB value is (170,146,83). Sum of RGB (Red+Green+Blue) = 170+146+83=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9253 is #556DAC. Grayscale: #929292. Windows color (decimal): -5598637 or 5477034. OLE color: 5477034.

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

Color convert

RGB17014683-
CMYK00.140.510.33
HSL43.45º34.39%49.61%-
HSV(B)43.45º51.18%66.67%-
XYZ28.4229.7312.42-
YUV145.9992.45145.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=42.61%
G=36.59%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701468300.140.510.3343.4534.3949.61
HexAA92530E33212b2232
Octal2522221230166341534262
Binary1010101010010010101001101110110011100001101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9253; }

 p { color: rgb(170,146,83); }

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

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

 a { background-color: rgb(170,146,83); }

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

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

 span { border-color: rgb(170,146,83); }

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