#9A8785

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

Shades of Opium #9A8785

Tints of Opium #9A8785

Color information

#9A8785 (or 0x9A8785) is unknown color: approx Opium. HEX triplet: 9A, 87 and 85. RGB value is (154,135,133). Sum of RGB (Red+Green+Blue) = 154+135+133=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8785 is #65787A. Grayscale: #8C8C8C. Windows color (decimal): -6649979 or 8751002. OLE color: 8751002.

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

Color convert

RGB154135133-
CMYK00.120.140.40
HSL5.71º9.42%56.27%-
HSV(B)5.71º13.64%60.39%-
XYZ26.2225.8925.81-
YUV140.45123.79137.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=36.49%
G=31.99%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413513300.120.140.405.719.4256.27
Hex9A87850CE286938
Octal232207205014165061170
Binary1001101010000111100001010110011101010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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