#A97A79

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

Shades of Opium #A97A79

Tints of Opium #A97A79

Color information

#A97A79 (or 0xA97A79) is unknown color: approx Opium. HEX triplet: A9, 7A and 79. RGB value is (169,122,121). Sum of RGB (Red+Green+Blue) = 169+122+121=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A79 is #568586. Grayscale: #878787. Windows color (decimal): -5670279 or 7961257. OLE color: 7961257.

HSL color Cylindrical-coordinate representation of color #A97A79: hue angle of 1.25º 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 #A97A79 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169122121-
CMYK00.280.280.34
HSL1.25º21.82%56.86%-
HSV(B)1.25º28.4%66.27%-
XYZ26.7723.7321.26-
YUV135.94119.57151.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=41.02%
G=29.61%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912212100.280.280.341.2521.8256.86
HexA97A7901C1C2211639
Octal251172171034344212671
Binary101010011111010111100101110011100100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A79; }

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

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

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

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

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

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

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

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