#A3807F

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

Shades of Opium #A3807F

Tints of Opium #A3807F

Color information

#A3807F (or 0xA3807F) is unknown color: approx Opium. HEX triplet: A3, 80 and 7F. RGB value is (163,128,127). Sum of RGB (Red+Green+Blue) = 163+128+127=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807F is #5C7F80. Grayscale: #8A8A8A. Windows color (decimal): -6061953 or 8356003. OLE color: 8356003.

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

Color convert

RGB163128127-
CMYK00.210.220.36
HSL1.67º16.36%56.86%-
HSV(B)1.67º22.09%63.92%-
XYZ26.6524.7623.45-
YUV138.35121.6145.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 127 (50% from 255) = 30.38%
R=39.00%
G=30.62%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312812700.210.220.361.6716.3656.86
HexA3807F015162421039
Octal243200177025264422071
Binary10100011100000001111111010101101101001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3807F; }

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

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

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

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

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

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

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

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