#A47A78

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

Shades of Opium #A47A78

Tints of Opium #A47A78

Color information

#A47A78 (or 0xA47A78) is unknown color: approx Opium. HEX triplet: A4, 7A and 78. RGB value is (164,122,120). Sum of RGB (Red+Green+Blue) = 164+122+120=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A78 is #5B8587. Grayscale: #868686. Windows color (decimal): -5997960 or 7895716. OLE color: 7895716.

HSL color Cylindrical-coordinate representation of color #A47A78: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47A78 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164122120-
CMYK00.260.270.36
HSL2.73º19.47%55.69%-
HSV(B)2.73º26.83%64.31%-
XYZ25.6623.1720.89-
YUV134.33119.91149.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=40.39%
G=30.05%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412212000.260.270.362.7319.4755.69
HexA47A7801A1B2431338
Octal244172170032334432370
Binary1010010011110101111000011010110111001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A78; }

 p { color: rgb(164,122,120); }

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

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

 a { background-color: rgb(164,122,120); }

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

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

 span { border-color: rgb(164,122,120); }

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