#A1807F

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

Shades of Opium #A1807F

Tints of Opium #A1807F

Color information

#A1807F (or 0xA1807F) is unknown color: approx Opium. HEX triplet: A1, 80 and 7F. RGB value is (161,128,127). Sum of RGB (Red+Green+Blue) = 161+128+127=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807F is #5E7F80. Grayscale: #898989. Windows color (decimal): -6193025 or 8356001. OLE color: 8356001.

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

Color convert

RGB161128127-
CMYK00.200.210.37
HSL1.76º15.32%56.47%-
HSV(B)1.76º21.12%63.14%-
XYZ26.2524.5523.43-
YUV137.75121.93144.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 127 (50% from 255) = 30.53%
R=38.70%
G=30.77%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112812700.200.210.371.7615.3256.47
HexA1807F01415252f38
Octal241200177024254521770
Binary1010000110000000111111101010010101100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1807F; }

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

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

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

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

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

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

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

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