#A16987

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

Shades of Strikemaster #A16987

Tints of Strikemaster #A16987

Color information

#A16987 (or 0xA16987) is unknown color: approx Strikemaster. HEX triplet: A1, 69 and 87. RGB value is (161,105,135). Sum of RGB (Red+Green+Blue) = 161+105+135=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16987 is #5E9678. Grayscale: #7D7D7D. Windows color (decimal): -6198905 or 8874401. OLE color: 8874401.

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

Color convert

RGB161105135-
CMYK00.350.160.37
HSL327.86º22.95%52.16%-
HSV(B)327.86º34.78%63.14%-
XYZ24.1219.4325.4-
YUV125.16133.55153.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=40.15%
G=26.18%
B=33.67%

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
Decimal16110513500.350.160.37327.8622.9552.16
HexA1698702310251481734
Octal24115120704320455102764
Binary1010000111010011000011101000111000010010110100100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16987; }

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

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

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

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

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

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

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

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