#AA8850

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

Shades of Teak #AA8850

Tints of Teak #AA8850

Color information

#AA8850 (or 0xAA8850) is unknown color: approx Teak. HEX triplet: AA, 88 and 50. RGB value is (170,136,80). Sum of RGB (Red+Green+Blue) = 170+136+80=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8850 is #5577AF. Grayscale: #8C8C8C. Windows color (decimal): -5601200 or 5277866. OLE color: 5277866.

HSL color Cylindrical-coordinate representation of color #AA8850: hue angle of 37.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA8850 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17013680-
CMYK00.200.530.33
HSL37.33º36%49.02%-
HSV(B)37.33º52.94%66.67%-
XYZ26.8326.7311.34-
YUV139.7894.26149.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=44.04%
G=35.23%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701368000.200.530.3337.333649.02
HexAA88500143521252431
Octal2522101200246541454461
Binary10101010100010001010000010100110101100001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8850; }

 p { color: rgb(170,136,80); }

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

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

 a { background-color: rgb(170,136,80); }

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

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

 span { border-color: rgb(170,136,80); }

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