#AA8B56

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

Shades of Teak #AA8B56

Tints of Teak #AA8B56

Color information

#AA8B56 (or 0xAA8B56) is unknown color: approx Teak. HEX triplet: AA, 8B and 56. RGB value is (170,139,86). Sum of RGB (Red+Green+Blue) = 170+139+86=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B56 is #5574A9. Grayscale: #8E8E8E. Windows color (decimal): -5600426 or 5671850. OLE color: 5671850.

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

Color convert

RGB17013986-
CMYK00.180.490.33
HSL37.86º33.07%50.2%-
HSV(B)37.86º49.41%66.67%-
XYZ27.4927.6812.7-
YUV142.2396.27147.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=43.04%
G=35.19%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701398600.180.490.3337.8633.0750.2
HexAA8B560123121262132
Octal2522131260226141464162
Binary10101010100010111010110010010110001100001100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B56; }

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

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

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

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

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

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

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

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