#A88E58

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

Shades of Teak #A88E58

Tints of Teak #A88E58

Color information

#A88E58 (or 0xA88E58) is unknown color: approx Teak. HEX triplet: A8, 8E and 58. RGB value is (168,142,88). Sum of RGB (Red+Green+Blue) = 168+142+88=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E58 is #5771A7. Grayscale: #8F8F8F. Windows color (decimal): -5730728 or 5803688. OLE color: 5803688.

HSL color Cylindrical-coordinate representation of color #A88E58: hue angle of 40.5º degrees, saturation: 0.31, 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 #A88E58 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16814288-
CMYK00.150.480.34
HSL40.5º31.5%50.2%-
HSV(B)40.5º47.62%65.88%-
XYZ27.5828.3813.26-
YUV143.6296.61145.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 88 (34.77% from 255) = 22.11%
R=42.21%
G=35.68%
B=22.11%

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
Decimal1681428800.150.480.3440.531.550.2
HexA88E580F3022291f32
Octal2502161300176042513762
Binary101010001000111010110000111111000010001010100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E58; }

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

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

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

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

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

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

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

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