#A3827C

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

Shades of Opium #A3827C

Tints of Opium #A3827C

Color information

#A3827C (or 0xA3827C) is unknown color: approx Opium. HEX triplet: A3, 82 and 7C. RGB value is (163,130,124). Sum of RGB (Red+Green+Blue) = 163+130+124=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827C is #5C7D83. Grayscale: #8B8B8B. Windows color (decimal): -6061444 or 8159907. OLE color: 8159907.

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

Color convert

RGB163130124-
CMYK00.200.240.36
HSL9.23º17.49%56.27%-
HSV(B)9.23º23.93%63.92%-
XYZ26.7225.2122.53-
YUV139.18119.43144.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=39.09%
G=31.18%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313012400.200.240.369.2317.4956.27
HexA3827C014182491138
Octal2432021740243044112170
Binary1010001110000010111110001010011000100100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3827C; }

 p { color: rgb(163,130,124); }

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

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

 a { background-color: rgb(163,130,124); }

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

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

 span { border-color: rgb(163,130,124); }

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