#A47C79

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

Shades of Opium #A47C79

Tints of Opium #A47C79

Color information

#A47C79 (or 0xA47C79) is unknown color: approx Opium. HEX triplet: A4, 7C and 79. RGB value is (164,124,121). Sum of RGB (Red+Green+Blue) = 164+124+121=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C79 is #5B8386. Grayscale: #878787. Windows color (decimal): -5997447 or 7961764. OLE color: 7961764.

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

Color convert

RGB164124121-
CMYK00.240.260.36
HSL4.19º19.11%55.88%-
HSV(B)4.19º26.22%64.31%-
XYZ25.9723.6921.29-
YUV135.62119.75148.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=40.10%
G=30.32%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412412100.240.260.364.1919.1155.88
HexA47C790181A2441338
Octal244174171030324442370
Binary10100100111110011110010110001101010010010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C79; }

 p { color: rgb(164,124,121); }

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

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

 a { background-color: rgb(164,124,121); }

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

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

 span { border-color: rgb(164,124,121); }

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