#A97C79

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

Shades of Opium #A97C79

Tints of Opium #A97C79

Color information

#A97C79 (or 0xA97C79) is unknown color: approx Opium. HEX triplet: A9, 7C and 79. RGB value is (169,124,121). Sum of RGB (Red+Green+Blue) = 169+124+121=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C79 is #568386. Grayscale: #898989. Windows color (decimal): -5669767 or 7961769. OLE color: 7961769.

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

Color convert

RGB169124121-
CMYK00.270.280.34
HSL3.75º21.82%56.86%-
HSV(B)3.75º28.4%66.27%-
XYZ27.0224.2321.34-
YUV137.11118.91150.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=40.82%
G=29.95%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912412100.270.280.343.7521.8256.86
HexA97C7901B1C2241639
Octal251174171033344242671
Binary10101001111110011110010110111110010001010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C79; }

 p { color: rgb(169,124,121); }

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

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

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

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

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

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

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