#A47776

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

Shades of Opium #A47776

Tints of Opium #A47776

Color information

#A47776 (or 0xA47776) is unknown color: approx Opium. HEX triplet: A4, 77 and 76. RGB value is (164,119,118). Sum of RGB (Red+Green+Blue) = 164+119+118=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47776 is #5B8889. Grayscale: #848484. Windows color (decimal): -5998730 or 7763876. OLE color: 7763876.

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

Color convert

RGB164119118-
CMYK00.270.280.36
HSL1.3º20.18%55.29%-
HSV(B)1.3º28.05%64.31%-
XYZ25.1822.3920.14-
YUV132.34119.91150.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=40.90%
G=29.68%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411911800.270.280.361.320.1855.29
HexA4777601B1C2411437
Octal244167166033344412467
Binary101001001110111111011001101111100100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47776; }

 p { color: rgb(164,119,118); }

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

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

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

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

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

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

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