#A16F84

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

Shades of Strikemaster #A16F84

Tints of Strikemaster #A16F84

Color information

#A16F84 (or 0xA16F84) is unknown color: approx Strikemaster. HEX triplet: A1, 6F and 84. RGB value is (161,111,132). Sum of RGB (Red+Green+Blue) = 161+111+132=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F84 is #5E907B. Grayscale: #808080. Windows color (decimal): -6197372 or 8679329. OLE color: 8679329.

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

Color convert

RGB161111132-
CMYK00.310.180.37
HSL334.8º21.01%53.33%-
HSV(B)334.8º31.06%63.14%-
XYZ24.5520.6124.51-
YUV128.34130.06151.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=39.85%
G=27.48%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111113200.310.180.37334.821.0153.33
HexA16F8401F122514f1535
Octal24115720403722455172565
Binary101000011101111100001000111111001010010110100111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F84; }

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

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

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

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

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

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

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

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