#A57978

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

Shades of Opium #A57978

Tints of Opium #A57978

Color information

#A57978 (or 0xA57978) is unknown color: approx Opium. HEX triplet: A5, 79 and 78. RGB value is (165,121,120). Sum of RGB (Red+Green+Blue) = 165+121+120=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A57978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57978 is #5A8687. Grayscale: #868686. Windows color (decimal): -5932680 or 7895461. OLE color: 7895461.

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

Color convert

RGB165121120-
CMYK00.270.270.35
HSL1.33º20%55.88%-
HSV(B)1.33º27.27%64.71%-
XYZ25.7423.0320.86-
YUV134.04120.08150.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=40.64%
G=29.80%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512112000.270.270.351.332055.88
HexA5797801B1B2311438
Octal245171170033334312470
Binary101001011111001111100001101111011100011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57978; }

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

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

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

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

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

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

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

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