#A16186

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

Shades of Strikemaster #A16186

Tints of Strikemaster #A16186

Color information

#A16186 (or 0xA16186) is unknown color: approx Strikemaster. HEX triplet: A1, 61 and 86. RGB value is (161,97,134). Sum of RGB (Red+Green+Blue) = 161+97+134=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16186 is #5E9E79. Grayscale: #787878. Windows color (decimal): -6200954 or 8806817. OLE color: 8806817.

HSL color Cylindrical-coordinate representation of color #A16186: hue angle of 325.31º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16186 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16197134-
CMYK00.400.170.37
HSL325.31º25.4%50.59%-
HSV(B)325.31º39.75%63.14%-
XYZ23.2817.8524.77-
YUV120.35135.7156.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=41.07%
G=24.74%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619713400.400.170.37325.3125.450.59
HexA1618602811251451933
Octal24114120605021455053163
Binary1010000111000011000011001010001000110010110100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16186; }

 p { color: rgb(161,97,134); }

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

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

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

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

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

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

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