#A87F7E

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

Shades of Opium #A87F7E

Tints of Opium #A87F7E

Color information

#A87F7E (or 0xA87F7E) is unknown color: approx Opium. HEX triplet: A8, 7F and 7E. RGB value is (168,127,126). Sum of RGB (Red+Green+Blue) = 168+127+126=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F7E is #578081. Grayscale: #8B8B8B. Windows color (decimal): -5734530 or 8290216. OLE color: 8290216.

HSL color Cylindrical-coordinate representation of color #A87F7E: hue angle of 1.43º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A87F7E is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB168127126-
CMYK00.240.250.34
HSL1.43º19.44%57.65%-
HSV(B)1.43º25%65.88%-
XYZ27.525.0123.12-
YUV139.14120.58148.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=39.90%
G=30.17%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812712600.240.250.341.4319.4457.65
HexA87F7E01819221133a
Octal250177176030314212372
Binary101010001111111111111001100011001100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F7E; }

 p { color: rgb(168,127,126); }

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

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

 a { background-color: rgb(168,127,126); }

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

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

 span { border-color: rgb(168,127,126); }

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