#A16888

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

Shades of Strikemaster #A16888

Tints of Strikemaster #A16888

Color information

#A16888 (or 0xA16888) is unknown color: approx Strikemaster. HEX triplet: A1, 68 and 88. RGB value is (161,104,136). Sum of RGB (Red+Green+Blue) = 161+104+136=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16888 is #5E9777. Grayscale: #7C7C7C. Windows color (decimal): -6199160 or 8939681. OLE color: 8939681.

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

Color convert

RGB161104136-
CMYK00.350.160.37
HSL326.32º23.27%51.96%-
HSV(B)326.32º35.4%63.14%-
XYZ24.0919.2625.74-
YUV124.69134.38153.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=40.15%
G=25.94%
B=33.92%

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
Decimal16110413600.350.160.37326.3223.2751.96
HexA1688802310251461734
Octal24115021004320455062764
Binary1010000111010001000100001000111000010010110100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16888; }

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

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

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

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

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

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

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

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