#A87978

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

Shades of Opium #A87978

Tints of Opium #A87978

Color information

#A87978 (or 0xA87978) is unknown color: approx Opium. HEX triplet: A8, 79 and 78. RGB value is (168,121,120). Sum of RGB (Red+Green+Blue) = 168+121+120=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87978 is #578687. Grayscale: #868686. Windows color (decimal): -5736072 or 7895464. OLE color: 7895464.

HSL color Cylindrical-coordinate representation of color #A87978: hue angle of 1.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87978 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB168121120-
CMYK00.280.290.34
HSL1.25º21.62%56.47%-
HSV(B)1.25º28.57%65.88%-
XYZ26.3823.3620.89-
YUV134.94119.57151.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=41.08%
G=29.58%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812112000.280.290.341.2521.6256.47
HexA8797801C1D2211638
Octal250171170034354212670
Binary101010001111001111100001110011101100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87978; }

 p { color: rgb(168,121,120); }

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

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

 a { background-color: rgb(168,121,120); }

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

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

 span { border-color: rgb(168,121,120); }

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