#A08C56

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

Shades of Teak #A08C56

Tints of Teak #A08C56

Color information

#A08C56 (or 0xA08C56) is unknown color: approx Teak. HEX triplet: A0, 8C and 56. RGB value is (160,140,86). Sum of RGB (Red+Green+Blue) = 160+140+86=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C56 is #5F73A9. Grayscale: #8C8C8C. Windows color (decimal): -6255530 or 5672096. OLE color: 5672096.

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

Color convert

RGB16014086-
CMYK00.120.460.37
HSL43.78º30.08%48.24%-
HSV(B)43.78º46.25%62.75%-
XYZ25.5626.912.65-
YUV139.8297.63142.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=41.45%
G=36.27%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601408600.120.460.3743.7830.0848.24
HexA08C560C2E252c1e30
Octal2402141260145645543660
Binary101000001000110010101100110010111010010110110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C56; }

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

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

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

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

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

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

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

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