#AA8D53

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

Shades of Teak #AA8D53

Tints of Teak #AA8D53

Color information

#AA8D53 (or 0xAA8D53) is unknown color: approx Teak. HEX triplet: AA, 8D and 53. RGB value is (170,141,83). Sum of RGB (Red+Green+Blue) = 170+141+83=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D53 is #5572AC. Grayscale: #8F8F8F. Windows color (decimal): -5599917 or 5475754. OLE color: 5475754.

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

Color convert

RGB17014183-
CMYK00.170.510.33
HSL40º34.39%49.61%-
HSV(B)40º51.18%66.67%-
XYZ27.6628.2212.17-
YUV143.0694.11147.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=43.15%
G=35.79%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701418300.170.510.334034.3949.61
HexAA8D530113321282232
Octal2522151230216341504262
Binary10101010100011011010011010001110011100001101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D53; }

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

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

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

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

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

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

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

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