#AA8F56

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

Shades of Teak #AA8F56

Tints of Teak #AA8F56

Color information

#AA8F56 (or 0xAA8F56) is unknown color: approx Teak. HEX triplet: AA, 8F and 56. RGB value is (170,143,86). Sum of RGB (Red+Green+Blue) = 170+143+86=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F56 is #5570A9. Grayscale: #909090. Windows color (decimal): -5599402 or 5672874. OLE color: 5672874.

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

Color convert

RGB17014386-
CMYK00.160.490.33
HSL40.71º33.07%50.2%-
HSV(B)40.71º49.41%66.67%-
XYZ28.0828.8612.9-
YUV144.5794.95146.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=42.61%
G=35.84%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701438600.160.490.3340.7133.0750.2
HexAA8F560103121292132
Octal2522171260206141514162
Binary10101010100011111010110010000110001100001101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F56; }

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

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

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

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

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

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

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

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