#A16185

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

Shades of Strikemaster #A16185

Tints of Strikemaster #A16185

Color information

#A16185 (or 0xA16185) is unknown color: approx Strikemaster. HEX triplet: A1, 61 and 85. RGB value is (161,97,133). Sum of RGB (Red+Green+Blue) = 161+97+133=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A16185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16185 is #5E9E7A. Grayscale: #787878. Windows color (decimal): -6200955 or 8741281. OLE color: 8741281.

HSL color Cylindrical-coordinate representation of color #A16185: hue angle of 326.25º 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 #A16185 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16197133-
CMYK00.400.170.37
HSL326.25º25.4%50.59%-
HSV(B)326.25º39.75%63.14%-
XYZ23.2117.8224.41-
YUV120.24135.2157.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=41.18%
G=24.81%
B=34.02%

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
Decimal1619713300.400.170.37326.2525.450.59
HexA1618502811251461933
Octal24114120505021455063163
Binary1010000111000011000010101010001000110010110100011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16185; }

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

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

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

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

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

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

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

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