#A3857F

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

Shades of Opium #A3857F

Tints of Opium #A3857F

Color information

#A3857F (or 0xA3857F) is unknown color: approx Opium. HEX triplet: A3, 85 and 7F. RGB value is (163,133,127). Sum of RGB (Red+Green+Blue) = 163+133+127=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857F is #5C7A80. Grayscale: #8D8D8D. Windows color (decimal): -6060673 or 8357283. OLE color: 8357283.

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

Color convert

RGB163133127-
CMYK00.180.220.36
HSL10º16.36%56.86%-
HSV(B)10º22.09%63.92%-
XYZ27.3226.0923.68-
YUV141.29119.94143.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 30.02%
R=38.53%
G=31.44%
B=30.02%

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
Decimal16313312700.180.220.361016.3656.86
HexA3857F0121624a1039
Octal2432051770222644122071
Binary1010001110000101111111101001010110100100101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3857F; }

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

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

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

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

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

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

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

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