#A37876

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

Shades of Opium #A37876

Tints of Opium #A37876

Color information

#A37876 (or 0xA37876) is unknown color: approx Opium. HEX triplet: A3, 78 and 76. RGB value is (163,120,118). Sum of RGB (Red+Green+Blue) = 163+120+118=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37876 is #5C8789. Grayscale: #848484. Windows color (decimal): -6064010 or 7764131. OLE color: 7764131.

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

Color convert

RGB163120118-
CMYK00.260.280.36
HSL2.67º19.65%55.1%-
HSV(B)2.67º27.61%63.92%-
XYZ25.0922.5320.17-
YUV132.63119.75149.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=40.65%
G=29.93%
B=29.43%

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
Decimal16312011800.260.280.362.6719.6555.1
HexA3787601A1C2431437
Octal243170166032344432467
Binary1010001111110001110110011010111001001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37876; }

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

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

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

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

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

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

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

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