#AA915C

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

Shades of Teak #AA915C

Tints of Teak #AA915C

Color information

#AA915C (or 0xAA915C) is unknown color: approx Teak. HEX triplet: AA, 91 and 5C. RGB value is (170,145,92). Sum of RGB (Red+Green+Blue) = 170+145+92=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915C is #556EA3. Grayscale: #929292. Windows color (decimal): -5598884 or 6066602. OLE color: 6066602.

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

Color convert

RGB17014592-
CMYK00.150.460.33
HSL40.77º31.45%51.37%-
HSV(B)40.77º45.88%66.67%-
XYZ28.6329.5714.32-
YUV146.4397.28144.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=41.77%
G=35.63%
B=22.60%

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
Decimal1701459200.150.460.3340.7731.4551.37
HexAA915C0F2E21291f33
Octal2522211340175641513763
Binary101010101001000110111000111110111010000110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA915C; }

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

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

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

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

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

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

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

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