#A08A5E

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

Shades of Teak #A08A5E

Tints of Teak #A08A5E

Color information

#A08A5E (or 0xA08A5E) is unknown color: approx Teak. HEX triplet: A0, 8A and 5E. RGB value is (160,138,94). Sum of RGB (Red+Green+Blue) = 160+138+94=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A5E is #5F75A1. Grayscale: #8B8B8B. Windows color (decimal): -6256034 or 6195872. OLE color: 6195872.

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

Color convert

RGB16013894-
CMYK00.140.410.37
HSL40º25.98%49.8%-
HSV(B)40º41.25%62.75%-
XYZ25.6126.4614.35-
YUV139.56102.29142.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=40.82%
G=35.20%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601389400.140.410.374025.9849.8
HexA08A5E0E2925281a32
Octal2402121360165145503262
Binary101000001000101010111100111010100110010110100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A5E; }

 p { color: rgb(160,138,94); }

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

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

 a { background-color: rgb(160,138,94); }

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

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

 span { border-color: rgb(160,138,94); }

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