#A3807B

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

Shades of Opium #A3807B

Tints of Opium #A3807B

Color information

#A3807B (or 0xA3807B) is unknown color: approx Opium. HEX triplet: A3, 80 and 7B. RGB value is (163,128,123). Sum of RGB (Red+Green+Blue) = 163+128+123=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807B is #5C7F84. Grayscale: #898989. Windows color (decimal): -6061957 or 8093859. OLE color: 8093859.

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

Color convert

RGB163128123-
CMYK00.210.250.36
HSL7.5º17.86%56.08%-
HSV(B)7.5º24.54%63.92%-
XYZ26.424.6522.11-
YUV137.89119.6145.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=39.37%
G=30.92%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312812300.210.250.367.517.8656.08
HexA3807B015192481238
Octal2432001730253144102270
Binary1010001110000000111101101010111001100100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3807B; }

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

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

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

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

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

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

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

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