#A87A79

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

Shades of Opium #A87A79

Tints of Opium #A87A79

Color information

#A87A79 (or 0xA87A79) is unknown color: approx Opium. HEX triplet: A8, 7A and 79. RGB value is (168,122,121). Sum of RGB (Red+Green+Blue) = 168+122+121=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A79 is #578586. Grayscale: #878787. Windows color (decimal): -5735815 or 7961256. OLE color: 7961256.

HSL color Cylindrical-coordinate representation of color #A87A79: hue angle of 1.28º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87A79 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168122121-
CMYK00.270.280.34
HSL1.28º21.27%56.67%-
HSV(B)1.28º27.98%65.88%-
XYZ26.5623.6221.25-
YUV135.64119.74151.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=40.88%
G=29.68%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812212100.270.280.341.2821.2756.67
HexA87A7901B1C2211539
Octal250172171033344212571
Binary101010001111010111100101101111100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A79; }

 p { color: rgb(168,122,121); }

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

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

 a { background-color: rgb(168,122,121); }

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

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

 span { border-color: rgb(168,122,121); }

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