#A47979

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

Shades of Opium #A47979

Tints of Opium #A47979

Color information

#A47979 (or 0xA47979) is unknown color: approx Opium. HEX triplet: A4, 79 and 79. RGB value is (164,121,121). Sum of RGB (Red+Green+Blue) = 164+121+121=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47979 is #5B8686. Grayscale: #858585. Windows color (decimal): -5998215 or 7960996. OLE color: 7960996.

HSL color Cylindrical-coordinate representation of color #A47979: 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 #A47979 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164121121-
CMYK00.260.260.36
HSL19.11%55.88%-
HSV(B)26.22%64.31%-
XYZ25.622.9521.17-
YUV133.86120.75149.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=40.39%
G=29.80%
B=29.80%

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
Decimal16412112100.260.260.36019.1155.88
HexA4797901A1A2401338
Octal244171171032324402370
Binary101001001111001111100101101011010100100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47979; }

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

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

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

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

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

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

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

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