#AA8F54

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

Shades of Teak #AA8F54

Tints of Teak #AA8F54

Color information

#AA8F54 (or 0xAA8F54) is unknown color: approx Teak. HEX triplet: AA, 8F and 54. RGB value is (170,143,84). Sum of RGB (Red+Green+Blue) = 170+143+84=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F54 is #5570AB. Grayscale: #909090. Windows color (decimal): -5599404 or 5541802. OLE color: 5541802.

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

Color convert

RGB17014384-
CMYK00.160.510.33
HSL41.16º33.86%49.8%-
HSV(B)41.16º50.59%66.67%-
XYZ2828.8312.48-
YUV144.3593.95146.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=42.82%
G=36.02%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701438400.160.510.3341.1633.8649.8
HexAA8F540103321292232
Octal2522171240206341514262
Binary10101010100011111010100010000110011100001101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F54; }

 p { color: rgb(170,143,84); }

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

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

 a { background-color: rgb(170,143,84); }

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

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

 span { border-color: rgb(170,143,84); }

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