#A08887

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

Shades of Opium #A08887

Tints of Opium #A08887

Color information

#A08887 (or 0xA08887) is unknown color: approx Opium. HEX triplet: A0, 88 and 87. RGB value is (160,136,135). Sum of RGB (Red+Green+Blue) = 160+136+135=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A08887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08887 is #5F7778. Grayscale: #8F8F8F. Windows color (decimal): -6256505 or 8882336. OLE color: 8882336.

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

Color convert

RGB160136135-
CMYK00.150.160.37
HSL2.4º11.63%57.84%-
HSV(B)2.4º15.62%62.75%-
XYZ27.6726.8326.64-
YUV143.06123.45140.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=37.12%
G=31.55%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013613500.150.160.372.411.6357.84
HexA088870F10252c3a
Octal240210207017204521472
Binary1010000010001000100001110111110000100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08887; }

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

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

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

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

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

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

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

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