#A1837E

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

Shades of Opium #A1837E

Tints of Opium #A1837E

Color information

#A1837E (or 0xA1837E) is unknown color: approx Opium. HEX triplet: A1, 83 and 7E. RGB value is (161,131,126). Sum of RGB (Red+Green+Blue) = 161+131+126=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1837E is #5E7C81. Grayscale: #8B8B8B. Windows color (decimal): -6192258 or 8291233. OLE color: 8291233.

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

Color convert

RGB161131126-
CMYK00.190.220.37
HSL8.57º15.7%56.27%-
HSV(B)8.57º21.74%63.14%-
XYZ26.5825.3223.22-
YUV139.4120.44143.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=38.52%
G=31.34%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113112600.190.220.378.5715.756.27
HexA1837E013162591038
Octal2412031760232645112070
Binary1010000110000011111111001001110110100101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1837E; }

 p { color: rgb(161,131,126); }

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

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

 a { background-color: rgb(161,131,126); }

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

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

 span { border-color: rgb(161,131,126); }

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