#A47D7A

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

Shades of Opium #A47D7A

Tints of Opium #A47D7A

Color information

#A47D7A (or 0xA47D7A) is unknown color: approx Opium. HEX triplet: A4, 7D and 7A. RGB value is (164,125,122). Sum of RGB (Red+Green+Blue) = 164+125+122=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D7A is #5B8285. Grayscale: #888888. Windows color (decimal): -5997190 or 8027556. OLE color: 8027556.

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

Color convert

RGB164125122-
CMYK00.240.260.36
HSL4.29º18.75%56.08%-
HSV(B)4.29º25.61%64.31%-
XYZ26.1623.9621.66-
YUV136.32119.92147.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=39.90%
G=30.41%
B=29.68%

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
Decimal16412512200.240.260.364.2918.7556.08
HexA47D7A0181A2441338
Octal244175172030324442370
Binary10100100111110111110100110001101010010010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D7A; }

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

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

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

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

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

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

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

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