#A17978

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

Shades of Opium #A17978

Tints of Opium #A17978

Color information

#A17978 (or 0xA17978) is unknown color: approx Opium. HEX triplet: A1, 79 and 78. RGB value is (161,121,120). Sum of RGB (Red+Green+Blue) = 161+121+120=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A17978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17978 is #5E8687. Grayscale: #848484. Windows color (decimal): -6194824 or 7895457. OLE color: 7895457.

HSL color Cylindrical-coordinate representation of color #A17978: hue angle of 1.46º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17978 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB161121120-
CMYK00.250.250.37
HSL1.46º17.9%55.1%-
HSV(B)1.46º25.47%63.14%-
XYZ24.9322.6120.82-
YUV132.85120.75148.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=40.05%
G=30.10%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112112000.250.250.371.4617.955.1
HexA17978019192511237
Octal241171170031314512267
Binary101000011111001111100001100111001100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17978; }

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

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

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

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

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

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

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

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