#A57A76

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

Shades of Opium #A57A76

Tints of Opium #A57A76

Color information

#A57A76 (or 0xA57A76) is unknown color: approx Opium. HEX triplet: A5, 7A and 76. RGB value is (165,122,118). Sum of RGB (Red+Green+Blue) = 165+122+118=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A76 is #5A8589. Grayscale: #868686. Windows color (decimal): -5932426 or 7764645. OLE color: 7764645.

HSL color Cylindrical-coordinate representation of color #A57A76: hue angle of 5.11º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57A76 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165122118-
CMYK00.260.280.35
HSL5.11º20.7%55.49%-
HSV(B)5.11º28.48%64.71%-
XYZ25.7523.2320.27-
YUV134.4118.75149.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=40.74%
G=30.12%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512211800.260.280.355.1120.755.49
HexA57A7601A1C2351537
Octal245172166032344352567
Binary10100101111101011101100110101110010001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A76; }

 p { color: rgb(165,122,118); }

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

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

 a { background-color: rgb(165,122,118); }

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

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

 span { border-color: rgb(165,122,118); }

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