#A08E56

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

Shades of Teak #A08E56

Tints of Teak #A08E56

Color information

#A08E56 (or 0xA08E56) is unknown color: approx Teak. HEX triplet: A0, 8E and 56. RGB value is (160,142,86). Sum of RGB (Red+Green+Blue) = 160+142+86=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E56 is #5F71A9. Grayscale: #8D8D8D. Windows color (decimal): -6255018 or 5672608. OLE color: 5672608.

HSL color Cylindrical-coordinate representation of color #A08E56: hue angle of 45.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08E56 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014286-
CMYK00.110.460.37
HSL45.41º30.08%48.24%-
HSV(B)45.41º46.25%62.75%-
XYZ25.8527.4912.75-
YUV14196.96141.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=41.24%
G=36.60%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601428600.110.460.3745.4130.0848.24
HexA08E560B2E252d1e30
Octal2402161260135645553660
Binary101000001000111010101100101110111010010110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E56; }

 p { color: rgb(160,142,86); }

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

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

 a { background-color: rgb(160,142,86); }

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

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

 span { border-color: rgb(160,142,86); }

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