#A3817E

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

Shades of Opium #A3817E

Tints of Opium #A3817E

Color information

#A3817E (or 0xA3817E) is unknown color: approx Opium. HEX triplet: A3, 81 and 7E. RGB value is (163,129,126). Sum of RGB (Red+Green+Blue) = 163+129+126=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3817E is #5C7E81. Grayscale: #8A8A8A. Windows color (decimal): -6061698 or 8290723. OLE color: 8290723.

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

Color convert

RGB163129126-
CMYK00.210.230.36
HSL4.86º16.74%56.67%-
HSV(B)4.86º22.7%63.92%-
XYZ26.7224.9923.15-
YUV138.82120.76145.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=39.00%
G=30.86%
B=30.14%

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
Decimal16312912600.210.230.364.8616.7456.67
HexA3817E015172451139
Octal243201176025274452171
Binary101000111000000111111100101011011110010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3817E; }

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

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

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

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

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

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

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

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