#A47F7C

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

Shades of Opium #A47F7C

Tints of Opium #A47F7C

Color information

#A47F7C (or 0xA47F7C) is unknown color: approx Opium. HEX triplet: A4, 7F and 7C. RGB value is (164,127,124). Sum of RGB (Red+Green+Blue) = 164+127+124=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F7C is #5B8083. Grayscale: #898989. Windows color (decimal): -5996676 or 8159140. OLE color: 8159140.

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

Color convert

RGB164127124-
CMYK00.230.240.36
HSL4.5º18.02%56.47%-
HSV(B)4.5º24.39%64.31%-
XYZ26.5424.5322.4-
YUV137.72120.26146.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=39.52%
G=30.60%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412712400.230.240.364.518.0256.47
HexA47F7C017182441238
Octal244177174027304442270
Binary10100100111111111111000101111100010010010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F7C; }

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

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

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

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

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

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

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

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