#A58787

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

Shades of Opium #A58787

Tints of Opium #A58787

Color information

#A58787 (or 0xA58787) is unknown color: approx Opium. HEX triplet: A5, 87 and 87. RGB value is (165,135,135). Sum of RGB (Red+Green+Blue) = 165+135+135=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A58787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58787 is #5A7878. Grayscale: #8F8F8F. Windows color (decimal): -5929081 or 8882085. OLE color: 8882085.

HSL color Cylindrical-coordinate representation of color #A58787: hue angle of 0º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58787 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165135135-
CMYK00.180.180.35
HSL14.29%58.82%-
HSV(B)18.18%64.71%-
XYZ28.5527.0826.64-
YUV143.97122.94143-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513513500.180.180.35014.2958.82
HexA5878701212230e3b
Octal245207207022224301673
Binary1010010110000111100001110100101001010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58787; }

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

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

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

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

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

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

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

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