#AA915B

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

Shades of Teak #AA915B

Tints of Teak #AA915B

Color information

#AA915B (or 0xAA915B) is unknown color: approx Teak. HEX triplet: AA, 91 and 5B. RGB value is (170,145,91). Sum of RGB (Red+Green+Blue) = 170+145+91=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915B is #556EA4. Grayscale: #929292. Windows color (decimal): -5598885 or 6001066. OLE color: 6001066.

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

Color convert

RGB17014591-
CMYK00.150.460.33
HSL41.01º31.73%51.18%-
HSV(B)41.01º46.47%66.67%-
XYZ28.5929.5514.09-
YUV146.3296.78144.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=41.87%
G=35.71%
B=22.41%

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
Decimal1701459100.150.460.3341.0131.7351.18
HexAA915B0F2E21292033
Octal2522211330175641514063
Binary1010101010010001101101101111101110100001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA915B; }

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

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

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

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

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

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

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

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