#A08E57

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

Shades of Teak #A08E57

Tints of Teak #A08E57

Color information

#A08E57 (or 0xA08E57) is unknown color: approx Teak. HEX triplet: A0, 8E and 57. RGB value is (160,142,87). Sum of RGB (Red+Green+Blue) = 160+142+87=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E57 is #5F71A8. Grayscale: #8D8D8D. Windows color (decimal): -6255017 or 5738144. OLE color: 5738144.

HSL color Cylindrical-coordinate representation of color #A08E57: hue angle of 45.21º 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 #A08E57 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014287-
CMYK00.110.460.37
HSL45.21º29.55%48.43%-
HSV(B)45.21º45.63%62.75%-
XYZ25.8927.5112.96-
YUV141.1197.46141.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=41.13%
G=36.50%
B=22.37%

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
Decimal1601428700.110.460.3745.2129.5548.43
HexA08E570B2E252d1e30
Octal2402161270135645553660
Binary101000001000111010101110101110111010010110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E57; }

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

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

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

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

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

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

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

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