#A07C79

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

Shades of Opium #A07C79

Tints of Opium #A07C79

Color information

#A07C79 (or 0xA07C79) is unknown color: approx Opium. HEX triplet: A0, 7C and 79. RGB value is (160,124,121). Sum of RGB (Red+Green+Blue) = 160+124+121=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C79 is #5F8386. Grayscale: #868686. Windows color (decimal): -6259591 or 7961760. OLE color: 7961760.

HSL color Cylindrical-coordinate representation of color #A07C79: hue angle of 4.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07C79 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160124121-
CMYK00.220.240.37
HSL4.62º17.03%55.1%-
HSV(B)4.62º24.38%62.75%-
XYZ25.1623.2721.25-
YUV134.42120.43146.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=39.51%
G=30.62%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012412100.220.240.374.6217.0355.1
HexA07C79016182551137
Octal240174171026304552167
Binary10100000111110011110010101101100010010110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C79; }

 p { color: rgb(160,124,121); }

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

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

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

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

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

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

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