#A16385

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

Shades of Strikemaster #A16385

Tints of Strikemaster #A16385

Color information

#A16385 (or 0xA16385) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 85. RGB value is (161,99,133). Sum of RGB (Red+Green+Blue) = 161+99+133=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16385 is #5E9C7A. Grayscale: #797979. Windows color (decimal): -6200443 or 8741793. OLE color: 8741793.

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

Color convert

RGB16199133-
CMYK00.390.170.37
HSL327.1º24.8%50.98%-
HSV(B)327.1º38.51%63.14%-
XYZ23.3918.1924.47-
YUV121.41134.54156.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=40.97%
G=25.19%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619913300.390.170.37327.124.850.98
HexA1638502711251471933
Octal24114320504721455073163
Binary1010000111000111000010101001111000110010110100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16385; }

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

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

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

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

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

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

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

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