#A88E57

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

Shades of Teak #A88E57

Tints of Teak #A88E57

Color information

#A88E57 (or 0xA88E57) is unknown color: approx Teak. HEX triplet: A8, 8E and 57. RGB value is (168,142,87). Sum of RGB (Red+Green+Blue) = 168+142+87=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E57 is #5771A8. Grayscale: #8F8F8F. Windows color (decimal): -5730729 or 5738152. OLE color: 5738152.

HSL color Cylindrical-coordinate representation of color #A88E57: hue angle of 40.74º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A88E57 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16814287-
CMYK00.150.480.34
HSL40.74º31.76%50%-
HSV(B)40.74º48.21%65.88%-
XYZ27.5428.3613.04-
YUV143.596.11145.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=42.32%
G=35.77%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681428700.150.480.3440.7431.7650
HexA88E570F3022292032
Octal2502161270176042514062
Binary1010100010001110101011101111110000100010101001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E57; }

 p { color: rgb(168,142,87); }

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

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

 a { background-color: rgb(168,142,87); }

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

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

 span { border-color: rgb(168,142,87); }

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