#A1847F

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

Shades of Opium #A1847F

Tints of Opium #A1847F

Color information

#A1847F (or 0xA1847F) is unknown color: approx Opium. HEX triplet: A1, 84 and 7F. RGB value is (161,132,127). Sum of RGB (Red+Green+Blue) = 161+132+127=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1847F is #5E7B80. Grayscale: #8C8C8C. Windows color (decimal): -6192001 or 8357025. OLE color: 8357025.

HSL color Cylindrical-coordinate representation of color #A1847F: hue angle of 8.82º 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 #A1847F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161132127-
CMYK00.180.210.37
HSL8.82º15.32%56.47%-
HSV(B)8.82º21.12%63.14%-
XYZ26.7825.6123.61-
YUV140.1120.61142.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 127 (50% from 255) = 30.24%
R=38.33%
G=31.43%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113212700.180.210.378.8215.3256.47
HexA1847F01215259f38
Octal2412041770222545111770
Binary101000011000010011111110100101010110010110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1847F; }

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

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

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

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

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

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

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

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