#A2817C

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

Shades of Opium #A2817C

Tints of Opium #A2817C

Color information

#A2817C (or 0xA2817C) is unknown color: approx Opium. HEX triplet: A2, 81 and 7C. RGB value is (162,129,124). Sum of RGB (Red+Green+Blue) = 162+129+124=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817C is #5D7E83. Grayscale: #8A8A8A. Windows color (decimal): -6127236 or 8159650. OLE color: 8159650.

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

Color convert

RGB162129124-
CMYK00.200.230.36
HSL7.89º16.96%56.08%-
HSV(B)7.89º23.46%63.53%-
XYZ26.3924.8422.47-
YUV138.3119.93144.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=39.04%
G=31.08%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212912400.200.230.367.8916.9656.08
HexA2817C014172481138
Octal2422011740242744102170
Binary1010001010000001111110001010010111100100100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2817C; }

 p { color: rgb(162,129,124); }

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

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

 a { background-color: rgb(162,129,124); }

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

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

 span { border-color: rgb(162,129,124); }

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