#A47876

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

Shades of Opium #A47876

Tints of Opium #A47876

Color information

#A47876 (or 0xA47876) is unknown color: approx Opium. HEX triplet: A4, 78 and 76. RGB value is (164,120,118). Sum of RGB (Red+Green+Blue) = 164+120+118=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47876 is #5B8789. Grayscale: #848484. Windows color (decimal): -5998474 or 7764132. OLE color: 7764132.

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

Color convert

RGB164120118-
CMYK00.270.280.36
HSL2.61º20.18%55.29%-
HSV(B)2.61º28.05%64.31%-
XYZ25.322.6320.17-
YUV132.93119.58150.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=40.80%
G=29.85%
B=29.35%

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
Decimal16412011800.270.280.362.6120.1855.29
HexA4787601B1C2431437
Octal244170166033344432467
Binary1010010011110001110110011011111001001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47876; }

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

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

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

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

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

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

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

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