#A47D7C

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

Shades of Opium #A47D7C

Tints of Opium #A47D7C

Color information

#A47D7C (or 0xA47D7C) is unknown color: approx Opium. HEX triplet: A4, 7D and 7C. RGB value is (164,125,124). Sum of RGB (Red+Green+Blue) = 164+125+124=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D7C is #5B8283. Grayscale: #888888. Windows color (decimal): -5997188 or 8158628. OLE color: 8158628.

HSL color Cylindrical-coordinate representation of color #A47D7C: hue angle of 1.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 #A47D7C is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164125124-
CMYK00.240.240.36
HSL1.5º18.02%56.47%-
HSV(B)1.5º24.39%64.31%-
XYZ26.2824.0122.32-
YUV136.55120.92147.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=39.71%
G=30.27%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412512400.240.240.361.518.0256.47
HexA47D7C018182421238
Octal244175174030304422270
Binary1010010011111011111100011000110001001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D7C; }

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

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

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

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

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

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

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

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