#A07979

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

Shades of Opium #A07979

Tints of Opium #A07979

Color information

#A07979 (or 0xA07979) is unknown color: approx Opium. HEX triplet: A0, 79 and 79. RGB value is (160,121,121). Sum of RGB (Red+Green+Blue) = 160+121+121=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07979 is #5F8686. Grayscale: #848484. Windows color (decimal): -6260359 or 7960992. OLE color: 7960992.

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

Color convert

RGB160121121-
CMYK00.240.240.37
HSL17.03%55.1%-
HSV(B)24.38%62.75%-
XYZ24.7922.5321.13-
YUV132.66121.42147.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=39.80%
G=30.10%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012112100.240.240.37017.0355.1
HexA07979018182501137
Octal240171171030304502167
Binary101000001111001111100101100011000100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07979; }

 p { color: rgb(160,121,121); }

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

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

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

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

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

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

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