#A17373

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

Shades of Opium #A17373

Tints of Opium #A17373

Color information

#A17373 (or 0xA17373) is unknown color: approx Opium. HEX triplet: A1, 73 and 73. RGB value is (161,115,115). Sum of RGB (Red+Green+Blue) = 161+115+115=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A17373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17373 is #5E8C8C. Grayscale: #808080. Windows color (decimal): -6196365 or 7566241. OLE color: 7566241.

HSL color Cylindrical-coordinate representation of color #A17373: hue angle of 0º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17373 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161115115-
CMYK00.290.290.37
HSL19.66%54.12%-
HSV(B)28.57%63.14%-
XYZ23.9221.0819.03-
YUV128.75120.24151-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=41.18%
G=29.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111511500.290.290.37019.6654.12
HexA1737301D1D2501436
Octal241163163035354502466
Binary101000011110011111001101110111101100101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17373; }

 p { color: rgb(161,115,115); }

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

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

 a { background-color: rgb(161,115,115); }

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

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

 span { border-color: rgb(161,115,115); }

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