#A3807E

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

Shades of Opium #A3807E

Tints of Opium #A3807E

Color information

#A3807E (or 0xA3807E) is unknown color: approx Opium. HEX triplet: A3, 80 and 7E. RGB value is (163,128,126). Sum of RGB (Red+Green+Blue) = 163+128+126=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807E is #5C7F81. Grayscale: #8A8A8A. Windows color (decimal): -6061954 or 8290467. OLE color: 8290467.

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

Color convert

RGB163128126-
CMYK00.210.230.36
HSL3.24º16.74%56.67%-
HSV(B)3.24º22.7%63.92%-
XYZ26.5924.7323.11-
YUV138.24121.1145.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=39.09%
G=30.70%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312812600.210.230.363.2416.7456.67
HexA3807E015172431139
Octal243200176025274432171
Binary10100011100000001111110010101101111001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3807E; }

 p { color: rgb(163,128,126); }

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

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

 a { background-color: rgb(163,128,126); }

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

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

 span { border-color: rgb(163,128,126); }

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