#A8807F

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

Shades of Opium #A8807F

Tints of Opium #A8807F

Color information

#A8807F (or 0xA8807F) is unknown color: approx Opium. HEX triplet: A8, 80 and 7F. RGB value is (168,128,127). Sum of RGB (Red+Green+Blue) = 168+128+127=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807F is #577F80. Grayscale: #8B8B8B. Windows color (decimal): -5734273 or 8356008. OLE color: 8356008.

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

Color convert

RGB168128127-
CMYK00.240.240.34
HSL1.46º19.07%57.84%-
HSV(B)1.46º24.4%65.88%-
XYZ27.725.323.5-
YUV139.85120.75148.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 127 (50% from 255) = 30.02%
R=39.72%
G=30.26%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812812700.240.240.341.4619.0757.84
HexA8807F01818221133a
Octal250200177030304212372
Binary1010100010000000111111101100011000100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8807F; }

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

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

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

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

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

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

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

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