#A47D7D

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

Shades of Opium #A47D7D

Tints of Opium #A47D7D

Color information

#A47D7D (or 0xA47D7D) is unknown color: approx Opium. HEX triplet: A4, 7D and 7D. RGB value is (164,125,125). Sum of RGB (Red+Green+Blue) = 164+125+125=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D7D is #5B8282. Grayscale: #888888. Windows color (decimal): -5997187 or 8224164. OLE color: 8224164.

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

Color convert

RGB164125125-
CMYK00.240.240.36
HSL17.65%56.67%-
HSV(B)23.78%64.31%-
XYZ26.3524.0422.65-
YUV136.66121.42147.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=39.61%
G=30.19%
B=30.19%

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
Decimal16412512500.240.240.36017.6556.67
HexA47D7D018182401239
Octal244175175030304402271
Binary101001001111101111110101100011000100100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D7D; }

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

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

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

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

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

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

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

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