#A1817F

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

Shades of Opium #A1817F

Tints of Opium #A1817F

Color information

#A1817F (or 0xA1817F) is unknown color: approx Opium. HEX triplet: A1, 81 and 7F. RGB value is (161,129,127). Sum of RGB (Red+Green+Blue) = 161+129+127=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1817F is #5E7E80. Grayscale: #8A8A8A. Windows color (decimal): -6192769 or 8356257. OLE color: 8356257.

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

Color convert

RGB161129127-
CMYK00.200.210.37
HSL3.53º15.32%56.47%-
HSV(B)3.53º21.12%63.14%-
XYZ26.3824.8123.48-
YUV138.34121.6144.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 127 (50% from 255) = 30.46%
R=38.61%
G=30.94%
B=30.46%

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
Decimal16112912700.200.210.373.5315.3256.47
HexA1817F01415254f38
Octal241201177024254541770
Binary10100001100000011111111010100101011001011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1817F; }

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

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

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

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

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

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

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

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