#A5807F

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

Shades of Opium #A5807F

Tints of Opium #A5807F

Color information

#A5807F (or 0xA5807F) is unknown color: approx Opium. HEX triplet: A5, 80 and 7F. RGB value is (165,128,127). Sum of RGB (Red+Green+Blue) = 165+128+127=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5807F is #5A7F80. Grayscale: #8A8A8A. Windows color (decimal): -5930881 or 8356005. OLE color: 8356005.

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

Color convert

RGB165128127-
CMYK00.220.230.35
HSL1.58º17.43%57.25%-
HSV(B)1.58º23.03%64.71%-
XYZ27.0724.9723.47-
YUV138.95121.26146.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 127 (50% from 255) = 30.24%
R=39.29%
G=30.48%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512812700.220.230.351.5817.4357.25
HexA5807F016172321139
Octal245200177026274322171
Binary10100101100000001111111010110101111000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5807F; }

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

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

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

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

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

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

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

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