#A08785

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

Shades of Opium #A08785

Tints of Opium #A08785

Color information

#A08785 (or 0xA08785) is unknown color: approx Opium. HEX triplet: A0, 87 and 85. RGB value is (160,135,133). Sum of RGB (Red+Green+Blue) = 160+135+133=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08785 is #5F787A. Grayscale: #8E8E8E. Windows color (decimal): -6256763 or 8751008. OLE color: 8751008.

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

Color convert

RGB160135133-
CMYK00.160.170.37
HSL4.44º12.44%57.45%-
HSV(B)4.44º16.88%62.75%-
XYZ27.3926.4925.86-
YUV142.25122.78140.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=37.38%
G=31.54%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013513300.160.170.374.4412.4457.45
HexA0878501011254c39
Octal240207205020214541471
Binary101000001000011110000101010000100011001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08785; }

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

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

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

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

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

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

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

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