#A0807C

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

Shades of Opium #A0807C

Tints of Opium #A0807C

Color information

#A0807C (or 0xA0807C) is unknown color: approx Opium. HEX triplet: A0, 80 and 7C. RGB value is (160,128,124). Sum of RGB (Red+Green+Blue) = 160+128+124=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0807C is #5F7F83. Grayscale: #898989. Windows color (decimal): -6258564 or 8159392. OLE color: 8159392.

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

Color convert

RGB160128124-
CMYK00.200.220.37
HSL6.67º15.93%55.69%-
HSV(B)6.67º22.5%62.75%-
XYZ25.8524.3722.41-
YUV137.11120.6144.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=38.83%
G=31.07%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012812400.200.220.376.6715.9355.69
HexA0807C014162571038
Octal240200174024264572070
Binary101000001000000011111000101001011010010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0807C; }

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

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

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

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

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

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

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

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