#A57777

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

Shades of Opium #A57777

Tints of Opium #A57777

Color information

#A57777 (or 0xA57777) is unknown color: approx Opium. HEX triplet: A5, 77 and 77. RGB value is (165,119,119). Sum of RGB (Red+Green+Blue) = 165+119+119=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57777 is #5A8888. Grayscale: #848484. Windows color (decimal): -5933193 or 7829413. OLE color: 7829413.

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

Color convert

RGB165119119-
CMYK00.280.280.35
HSL20.35%55.69%-
HSV(B)27.88%64.71%-
XYZ25.4422.5220.46-
YUV132.75120.24151-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=40.94%
G=29.53%
B=29.53%

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
Decimal16511911900.280.280.35020.3555.69
HexA5777701C1C2301438
Octal245167167034344302470
Binary101001011110111111011101110011100100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57777; }

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

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

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

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

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

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

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

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