#A08987

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

Shades of Opium #A08987

Tints of Opium #A08987

Color information

#A08987 (or 0xA08987) is unknown color: approx Opium. HEX triplet: A0, 89 and 87. RGB value is (160,137,135). Sum of RGB (Red+Green+Blue) = 160+137+135=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08987 is #5F7678. Grayscale: #8F8F8F. Windows color (decimal): -6256249 or 8882592. OLE color: 8882592.

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

Color convert

RGB160137135-
CMYK00.140.160.37
HSL4.8º11.63%57.84%-
HSV(B)4.8º15.62%62.75%-
XYZ27.8227.1126.69-
YUV143.65123.12139.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=37.04%
G=31.71%
B=31.25%

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
Decimal16013713500.140.160.374.811.6357.84
HexA089870E10255c3a
Octal240211207016204551472
Binary10100000100010011000011101110100001001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08987; }

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

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

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

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

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

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

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

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