#A2837E

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

Shades of Opium #A2837E

Tints of Opium #A2837E

Color information

#A2837E (or 0xA2837E) is unknown color: approx Opium. HEX triplet: A2, 83 and 7E. RGB value is (162,131,126). Sum of RGB (Red+Green+Blue) = 162+131+126=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2837E is #5D7C81. Grayscale: #8B8B8B. Windows color (decimal): -6126722 or 8291234. OLE color: 8291234.

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

Color convert

RGB162131126-
CMYK00.190.220.36
HSL8.33º16.22%56.47%-
HSV(B)8.33º22.22%63.53%-
XYZ26.7825.4223.23-
YUV139.7120.27143.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=38.66%
G=31.26%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213112600.190.220.368.3316.2256.47
HexA2837E013162481038
Octal2422031760232644102070
Binary1010001010000011111111001001110110100100100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2837E; }

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

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

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

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

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

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

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

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