#A2857F

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

Shades of Opium #A2857F

Tints of Opium #A2857F

Color information

#A2857F (or 0xA2857F) is unknown color: approx Opium. HEX triplet: A2, 85 and 7F. RGB value is (162,133,127). Sum of RGB (Red+Green+Blue) = 162+133+127=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2857F is #5D7A80. Grayscale: #8D8D8D. Windows color (decimal): -6126209 or 8357282. OLE color: 8357282.

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

Color convert

RGB162133127-
CMYK00.180.220.36
HSL10.29º15.84%56.67%-
HSV(B)10.29º21.6%63.53%-
XYZ27.1225.9923.67-
YUV140.99120.11142.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 127 (50% from 255) = 30.09%
R=38.39%
G=31.52%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213312700.180.220.3610.2915.8456.67
HexA2857F0121624a1039
Octal2422051770222644122071
Binary1010001010000101111111101001010110100100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2857F; }

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

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

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

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

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

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

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

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