#A16389

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

Shades of Strikemaster #A16389

Tints of Strikemaster #A16389

Color information

#A16389 (or 0xA16389) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 89. RGB value is (161,99,137). Sum of RGB (Red+Green+Blue) = 161+99+137=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16389 is #5E9C76. Grayscale: #797979. Windows color (decimal): -6200439 or 9003937. OLE color: 9003937.

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

Color convert

RGB16199137-
CMYK00.390.150.37
HSL323.23º24.8%50.98%-
HSV(B)323.23º38.51%63.14%-
XYZ23.6818.3125.95-
YUV121.87136.54155.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=40.55%
G=24.94%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619913700.390.150.37323.2324.850.98
HexA16389027F251431933
Octal24114321104717455033163
Binary101000011100011100010010100111111110010110100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16389; }

 p { color: rgb(161,99,137); }

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

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

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

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

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

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

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