#A16884

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

Shades of Strikemaster #A16884

Tints of Strikemaster #A16884

Color information

#A16884 (or 0xA16884) is unknown color: approx Strikemaster. HEX triplet: A1, 68 and 84. RGB value is (161,104,132). Sum of RGB (Red+Green+Blue) = 161+104+132=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16884 is #5E977B. Grayscale: #7C7C7C. Windows color (decimal): -6199164 or 8677537. OLE color: 8677537.

HSL color Cylindrical-coordinate representation of color #A16884: hue angle of 330.53º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16884 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB161104132-
CMYK00.350.180.37
HSL330.53º23.27%51.96%-
HSV(B)330.53º35.4%63.14%-
XYZ23.8119.1424.27-
YUV124.23132.38154.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=40.55%
G=26.20%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110413200.350.180.37330.5323.2751.96
HexA16884023122514b1734
Octal24115020404322455132764
Binary1010000111010001000010001000111001010010110100101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16884; }

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

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

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

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

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

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

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

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