#A16290

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

Shades of Strikemaster #A16290

Tints of Strikemaster #A16290

Color information

#A16290 (or 0xA16290) is unknown color: approx Strikemaster. HEX triplet: A1, 62 and 90. RGB value is (161,98,144). Sum of RGB (Red+Green+Blue) = 161+98+144=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16290 is #5E9D6F. Grayscale: #797979. Windows color (decimal): -6200688 or 9462433. OLE color: 9462433.

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

Color convert

RGB16198144-
CMYK00.390.110.37
HSL316.19º25.1%50.78%-
HSV(B)316.19º39.13%63.14%-
XYZ24.118.3328.65-
YUV122.08140.37155.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=39.95%
G=24.32%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619814400.390.110.37316.1925.150.78
HexA16290027B2513c1933
Octal24114222004713454743163
Binary101000011100010100100000100111101110010110011110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16290; }

 p { color: rgb(161,98,144); }

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

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

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

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

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

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

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