#AA915A

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

Shades of Teak #AA915A

Tints of Teak #AA915A

Color information

#AA915A (or 0xAA915A) is unknown color: approx Teak. HEX triplet: AA, 91 and 5A. RGB value is (170,145,90). Sum of RGB (Red+Green+Blue) = 170+145+90=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915A is #556EA5. Grayscale: #929292. Windows color (decimal): -5598886 or 5935530. OLE color: 5935530.

HSL color Cylindrical-coordinate representation of color #AA915A: hue angle of 41.25º 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 #AA915A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17014590-
CMYK00.150.470.33
HSL41.25º32%50.98%-
HSV(B)41.25º47.06%66.67%-
XYZ28.5529.5413.87-
YUV146.296.28144.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=41.98%
G=35.80%
B=22.22%

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
Decimal1701459000.150.470.3341.253250.98
HexAA915A0F2F21292033
Octal2522211320175741514063
Binary1010101010010001101101001111101111100001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA915A; }

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

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

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

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

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

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

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

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