#A08E50

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

Shades of Teak #A08E50

Tints of Teak #A08E50

Color information

#A08E50 (or 0xA08E50) is unknown color: approx Teak. HEX triplet: A0, 8E and 50. RGB value is (160,142,80). Sum of RGB (Red+Green+Blue) = 160+142+80=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E50 is #5F71AF. Grayscale: #8C8C8C. Windows color (decimal): -6255024 or 5279392. OLE color: 5279392.

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

Color convert

RGB16014280-
CMYK00.110.50.37
HSL46.5º33.33%47.06%-
HSV(B)46.5º50%62.75%-
XYZ25.6227.411.53-
YUV140.3193.96142.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=41.88%
G=37.17%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601428000.110.50.3746.533.3347.06
HexA08E500B32252e212f
Octal2402161200136245564157
Binary1010000010001110101000001011110010100101101110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E50; }

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

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

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

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

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

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

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

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