#A16F83

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

Shades of Strikemaster #A16F83

Tints of Strikemaster #A16F83

Color information

#A16F83 (or 0xA16F83) is unknown color: approx Strikemaster. HEX triplet: A1, 6F and 83. RGB value is (161,111,131). Sum of RGB (Red+Green+Blue) = 161+111+131=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F83 is #5E907C. Grayscale: #808080. Windows color (decimal): -6197373 or 8613793. OLE color: 8613793.

HSL color Cylindrical-coordinate representation of color #A16F83: hue angle of 336º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F83 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161111131-
CMYK00.310.190.37
HSL336º21.01%53.33%-
HSV(B)336º31.06%63.14%-
XYZ24.4820.5824.16-
YUV128.23129.56151.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=39.95%
G=27.54%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111113100.310.190.3733621.0153.33
HexA16F8301F13251501535
Octal24115720303723455202565
Binary101000011101111100000110111111001110010110101000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F83; }

 p { color: rgb(161,111,131); }

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

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

 a { background-color: rgb(161,111,131); }

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

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

 span { border-color: rgb(161,111,131); }

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