#9A8786

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

Shades of Opium #9A8786

Tints of Opium #9A8786

Color information

#9A8786 (or 0x9A8786) is unknown color: approx Opium. HEX triplet: 9A, 87 and 86. RGB value is (154,135,134). Sum of RGB (Red+Green+Blue) = 154+135+134=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8786 is #657879. Grayscale: #8C8C8C. Windows color (decimal): -6649978 or 8816538. OLE color: 8816538.

HSL color Cylindrical-coordinate representation of color #9A8786: hue angle of 3º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9A8786 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB154135134-
CMYK00.120.130.40
HSL9.01%56.47%-
HSV(B)12.99%60.39%-
XYZ26.2925.9226.17-
YUV140.57124.29137.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=36.41%
G=31.91%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413513400.120.130.4039.0156.47
Hex9A87860CD283938
Octal232207206014155031170
Binary100110101000011110000110011001101101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8786; }

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

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

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

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

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

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

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

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