#A16988

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

Shades of Strikemaster #A16988

Tints of Strikemaster #A16988

Color information

#A16988 (or 0xA16988) is unknown color: approx Strikemaster. HEX triplet: A1, 69 and 88. RGB value is (161,105,136). Sum of RGB (Red+Green+Blue) = 161+105+136=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A16988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16988 is #5E9677. Grayscale: #7D7D7D. Windows color (decimal): -6198904 or 8939937. OLE color: 8939937.

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

Color convert

RGB161105136-
CMYK00.350.160.37
HSL326.79º22.95%52.16%-
HSV(B)326.79º34.78%63.14%-
XYZ24.1919.4625.77-
YUV125.28134.05153.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=40.05%
G=26.12%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110513600.350.160.37326.7922.9552.16
HexA1698802310251471734
Octal24115121004320455072764
Binary1010000111010011000100001000111000010010110100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16988; }

 p { color: rgb(161,105,136); }

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

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

 a { background-color: rgb(161,105,136); }

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

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

 span { border-color: rgb(161,105,136); }

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