#A2817D

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

Shades of Opium #A2817D

Tints of Opium #A2817D

Color information

#A2817D (or 0xA2817D) is unknown color: approx Opium. HEX triplet: A2, 81 and 7D. RGB value is (162,129,125). Sum of RGB (Red+Green+Blue) = 162+129+125=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817D is #5D7E82. Grayscale: #8A8A8A. Windows color (decimal): -6127235 or 8225186. OLE color: 8225186.

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

Color convert

RGB162129125-
CMYK00.200.230.36
HSL6.49º16.59%56.27%-
HSV(B)6.49º22.84%63.53%-
XYZ26.4524.8622.81-
YUV138.41120.43144.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=38.94%
G=31.01%
B=30.05%

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
Decimal16212912500.200.230.366.4916.5956.27
HexA2817D014172461138
Octal242201175024274462170
Binary101000101000000111111010101001011110010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2817D; }

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

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

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

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

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

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

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

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