#A1807C

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

Shades of Opium #A1807C

Tints of Opium #A1807C

Color information

#A1807C (or 0xA1807C) is unknown color: approx Opium. HEX triplet: A1, 80 and 7C. RGB value is (161,128,124). Sum of RGB (Red+Green+Blue) = 161+128+124=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807C is #5E7F83. Grayscale: #898989. Windows color (decimal): -6193028 or 8159393. OLE color: 8159393.

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

Color convert

RGB161128124-
CMYK00.200.230.37
HSL6.49º16.44%55.88%-
HSV(B)6.49º22.98%63.14%-
XYZ26.0624.4722.42-
YUV137.41120.43144.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=38.98%
G=30.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112812400.200.230.376.4916.4455.88
HexA1807C014172561038
Octal241200174024274562070
Binary101000011000000011111000101001011110010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1807C; }

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

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

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

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

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

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

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

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