#A16F86

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

Shades of Strikemaster #A16F86

Tints of Strikemaster #A16F86

Color information

#A16F86 (or 0xA16F86) is unknown color: approx Strikemaster. HEX triplet: A1, 6F and 86. RGB value is (161,111,134). Sum of RGB (Red+Green+Blue) = 161+111+134=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F86 is #5E9079. Grayscale: #808080. Windows color (decimal): -6197370 or 8810401. OLE color: 8810401.

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

Color convert

RGB161111134-
CMYK00.310.170.37
HSL332.4º21.01%53.33%-
HSV(B)332.4º31.06%63.14%-
XYZ24.6920.6725.24-
YUV128.57131.06151.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=39.66%
G=27.34%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111113400.310.170.37332.421.0153.33
HexA16F8601F112514c1535
Octal24115720603721455142565
Binary101000011101111100001100111111000110010110100110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F86; }

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

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

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

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

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

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

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

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