#A57E79

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

Shades of Opium #A57E79

Tints of Opium #A57E79

Color information

#A57E79 (or 0xA57E79) is unknown color: approx Opium. HEX triplet: A5, 7E and 79. RGB value is (165,126,121). Sum of RGB (Red+Green+Blue) = 165+126+121=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E79 is #5A8186. Grayscale: #898989. Windows color (decimal): -5931399 or 7962277. OLE color: 7962277.

HSL color Cylindrical-coordinate representation of color #A57E79: hue angle of 6.82º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57E79 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165126121-
CMYK00.240.270.35
HSL6.82º19.64%56.08%-
HSV(B)6.82º26.67%64.71%-
XYZ26.4324.321.39-
YUV137.09118.92147.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=40.05%
G=30.58%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512612100.240.270.356.8219.6456.08
HexA57E790181B2371438
Octal245176171030334372470
Binary10100101111111011110010110001101110001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E79; }

 p { color: rgb(165,126,121); }

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

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

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

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

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

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

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