#A3847F

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

Shades of Opium #A3847F

Tints of Opium #A3847F

Color information

#A3847F (or 0xA3847F) is unknown color: approx Opium. HEX triplet: A3, 84 and 7F. RGB value is (163,132,127). Sum of RGB (Red+Green+Blue) = 163+132+127=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3847F is #5C7B80. Grayscale: #8C8C8C. Windows color (decimal): -6060929 or 8357027. OLE color: 8357027.

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

Color convert

RGB163132127-
CMYK00.190.220.36
HSL8.33º16.36%56.86%-
HSV(B)8.33º22.09%63.92%-
XYZ27.1925.8223.63-
YUV140.7120.27143.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 127 (50% from 255) = 30.09%
R=38.63%
G=31.28%
B=30.09%

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
Decimal16313212700.190.220.368.3316.3656.86
HexA3847F013162481039
Octal2432041770232644102071
Binary1010001110000100111111101001110110100100100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3847F; }

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

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

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

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

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

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

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

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