#A08787

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

Shades of Opium #A08787

Tints of Opium #A08787

Color information

#A08787 (or 0xA08787) is unknown color: approx Opium. HEX triplet: A0, 87 and 87. RGB value is (160,135,135). Sum of RGB (Red+Green+Blue) = 160+135+135=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08787 is #5F7878. Grayscale: #8E8E8E. Windows color (decimal): -6256761 or 8882080. OLE color: 8882080.

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

Color convert

RGB160135135-
CMYK00.160.160.37
HSL11.63%57.84%-
HSV(B)15.62%62.75%-
XYZ27.5326.5526.6-
YUV142.47123.78140.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=37.21%
G=31.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013513500.160.160.37011.6357.84
HexA0878701010250c3a
Octal240207207020204501472
Binary1010000010000111100001110100001000010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08787; }

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

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

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

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

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

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

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

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