#AA8D55

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

Shades of Teak #AA8D55

Tints of Teak #AA8D55

Color information

#AA8D55 (or 0xAA8D55) is unknown color: approx Teak. HEX triplet: AA, 8D and 55. RGB value is (170,141,85). Sum of RGB (Red+Green+Blue) = 170+141+85=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D55 is #5572AA. Grayscale: #8F8F8F. Windows color (decimal): -5599915 or 5606826. OLE color: 5606826.

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

Color convert

RGB17014185-
CMYK00.170.500.33
HSL39.53º33.33%50%-
HSV(B)39.53º50%66.67%-
XYZ27.7428.2512.59-
YUV143.2995.11147.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=42.93%
G=35.61%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701418500.170.500.3339.5333.3350
HexAA8D550113221282132
Octal2522151250216241504162
Binary10101010100011011010101010001110010100001101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D55; }

 p { color: rgb(170,141,85); }

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

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

 a { background-color: rgb(170,141,85); }

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

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

 span { border-color: rgb(170,141,85); }

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