#A37979

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

Shades of Opium #A37979

Tints of Opium #A37979

Color information

#A37979 (or 0xA37979) is unknown color: approx Opium. HEX triplet: A3, 79 and 79. RGB value is (163,121,121). Sum of RGB (Red+Green+Blue) = 163+121+121=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A37979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37979 is #5C8686. Grayscale: #858585. Windows color (decimal): -6063751 or 7960995. OLE color: 7960995.

HSL color Cylindrical-coordinate representation of color #A37979: hue angle of 0º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37979 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163121121-
CMYK00.260.260.36
HSL18.58%55.69%-
HSV(B)25.77%63.92%-
XYZ25.3922.8421.16-
YUV133.56120.91149-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=40.25%
G=29.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312112100.260.260.36018.5855.69
HexA3797901A1A2401338
Octal243171171032324402370
Binary101000111111001111100101101011010100100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37979; }

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

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

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

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

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

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

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

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