#A47976

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

Shades of Opium #A47976

Tints of Opium #A47976

Color information

#A47976 (or 0xA47976) is unknown color: approx Opium. HEX triplet: A4, 79 and 76. RGB value is (164,121,118). Sum of RGB (Red+Green+Blue) = 164+121+118=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47976 is #5B8689. Grayscale: #858585. Windows color (decimal): -5998218 or 7764388. OLE color: 7764388.

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

Color convert

RGB164121118-
CMYK00.260.280.36
HSL3.91º20.18%55.29%-
HSV(B)3.91º28.05%64.31%-
XYZ25.4222.8820.22-
YUV133.52119.25149.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=40.69%
G=30.02%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412111800.260.280.363.9120.1855.29
HexA4797601A1C2441437
Octal244171166032344442467
Binary10100100111100111101100110101110010010010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47976; }

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

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

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

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

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

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

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

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