#A7807F

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

Shades of Opium #A7807F

Tints of Opium #A7807F

Color information

#A7807F (or 0xA7807F) is unknown color: approx Opium. HEX triplet: A7, 80 and 7F. RGB value is (167,128,127). Sum of RGB (Red+Green+Blue) = 167+128+127=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7807F is #587F80. Grayscale: #8B8B8B. Windows color (decimal): -5799809 or 8356007. OLE color: 8356007.

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

Color convert

RGB167128127-
CMYK00.230.240.35
HSL1.5º18.52%57.65%-
HSV(B)1.5º23.95%65.49%-
XYZ27.4925.1923.49-
YUV139.55120.92147.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 127 (50% from 255) = 30.09%
R=39.57%
G=30.33%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712812700.230.240.351.518.5257.65
HexA7807F01718232133a
Octal247200177027304322372
Binary10100111100000001111111010111110001000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7807F; }

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

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

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

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

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

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

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

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