#A57776

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

Shades of Opium #A57776

Tints of Opium #A57776

Color information

#A57776 (or 0xA57776) is unknown color: approx Opium. HEX triplet: A5, 77 and 76. RGB value is (165,119,118). Sum of RGB (Red+Green+Blue) = 165+119+118=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57776 is #5A8889. Grayscale: #848484. Windows color (decimal): -5933194 or 7763877. OLE color: 7763877.

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

Color convert

RGB165119118-
CMYK00.280.280.35
HSL1.28º20.7%55.49%-
HSV(B)1.28º28.48%64.71%-
XYZ25.3822.520.14-
YUV132.64119.74151.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=41.04%
G=29.60%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511911800.280.280.351.2820.755.49
HexA5777601C1C2311537
Octal245167166034344312567
Binary101001011110111111011001110011100100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57776; }

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

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

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

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

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

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

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

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