#A2837F

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

Shades of Opium #A2837F

Tints of Opium #A2837F

Color information

#A2837F (or 0xA2837F) is unknown color: approx Opium. HEX triplet: A2, 83 and 7F. RGB value is (162,131,127). Sum of RGB (Red+Green+Blue) = 162+131+127=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2837F is #5D7C80. Grayscale: #8B8B8B. Windows color (decimal): -6126721 or 8356770. OLE color: 8356770.

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

Color convert

RGB162131127-
CMYK00.190.220.36
HSL6.86º15.84%56.67%-
HSV(B)6.86º21.6%63.53%-
XYZ26.8525.4523.58-
YUV139.81120.77143.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 127 (50% from 255) = 30.24%
R=38.57%
G=31.19%
B=30.24%

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
Decimal16213112700.190.220.366.8615.8456.67
HexA2837F013162471039
Octal242203177023264472071
Binary101000101000001111111110100111011010010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2837F; }

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

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

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

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

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

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

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

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