#A08A86

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

Shades of Opium #A08A86

Tints of Opium #A08A86

Color information

#A08A86 (or 0xA08A86) is unknown color: approx Opium. HEX triplet: A0, 8A and 86. RGB value is (160,138,134). Sum of RGB (Red+Green+Blue) = 160+138+134=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A86 is #5F7579. Grayscale: #909090. Windows color (decimal): -6255994 or 8817312. OLE color: 8817312.

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

Color convert

RGB160138134-
CMYK00.140.160.37
HSL9.23º12.04%57.65%-
HSV(B)9.23º16.25%62.75%-
XYZ27.8927.3726.37-
YUV144.12122.29139.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=37.04%
G=31.94%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013813400.140.160.379.2312.0457.65
HexA08A860E10259c3a
Octal2402122060162045111472
Binary101000001000101010000110011101000010010110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A86; }

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

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

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

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

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

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

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

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