#A08786

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

Shades of Opium #A08786

Tints of Opium #A08786

Color information

#A08786 (or 0xA08786) is unknown color: approx Opium. HEX triplet: A0, 87 and 86. RGB value is (160,135,134). Sum of RGB (Red+Green+Blue) = 160+135+134=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08786 is #5F7879. Grayscale: #8E8E8E. Windows color (decimal): -6256762 or 8816544. OLE color: 8816544.

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

Color convert

RGB160135134-
CMYK00.160.160.37
HSL2.31º12.04%57.65%-
HSV(B)2.31º16.25%62.75%-
XYZ27.4626.5226.23-
YUV142.36123.28140.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=37.30%
G=31.47%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013513400.160.160.372.3112.0457.65
HexA0878601010252c3a
Octal240207206020204521472
Binary10100000100001111000011001000010000100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08786; }

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

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

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

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

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

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

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

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