#A88E5A

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

Shades of Teak #A88E5A

Tints of Teak #A88E5A

Color information

#A88E5A (or 0xA88E5A) is unknown color: approx Teak. HEX triplet: A8, 8E and 5A. RGB value is (168,142,90). Sum of RGB (Red+Green+Blue) = 168+142+90=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E5A is #5771A5. Grayscale: #909090. Windows color (decimal): -5730726 or 5934760. OLE color: 5934760.

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

Color convert

RGB16814290-
CMYK00.150.460.34
HSL40º30.95%50.59%-
HSV(B)40º46.43%65.88%-
XYZ27.6728.4113.7-
YUV143.8597.61145.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=42%
G=35.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681429000.150.460.344030.9550.59
HexA88E5A0F2E22281f33
Octal2502161320175642503763
Binary101010001000111010110100111110111010001010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E5A; }

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

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

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

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

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

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

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

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