#A8807D

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

Shades of Opium #A8807D

Tints of Opium #A8807D

Color information

#A8807D (or 0xA8807D) is unknown color: approx Opium. HEX triplet: A8, 80 and 7D. RGB value is (168,128,125). Sum of RGB (Red+Green+Blue) = 168+128+125=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8807D is #577F82. Grayscale: #8B8B8B. Windows color (decimal): -5734275 or 8224936. OLE color: 8224936.

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

Color convert

RGB168128125-
CMYK00.240.260.34
HSL4.19º19.82%57.45%-
HSV(B)4.19º25.6%65.88%-
XYZ27.5725.2422.82-
YUV139.62119.75148.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=39.90%
G=30.40%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812812500.240.260.344.1919.8257.45
HexA8807D0181A2241439
Octal250200175030324242471
Binary101010001000000011111010110001101010001010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8807D; }

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

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

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

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

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

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

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

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