#A16F88

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

Shades of Strikemaster #A16F88

Tints of Strikemaster #A16F88

Color information

#A16F88 (or 0xA16F88) is unknown color: approx Strikemaster. HEX triplet: A1, 6F and 88. RGB value is (161,111,136). Sum of RGB (Red+Green+Blue) = 161+111+136=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F88 is #5E9077. Grayscale: #808080. Windows color (decimal): -6197368 or 8941473. OLE color: 8941473.

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

Color convert

RGB161111136-
CMYK00.310.160.37
HSL330º21.01%53.33%-
HSV(B)330º31.06%63.14%-
XYZ24.8320.7225.98-
YUV128.8132.06150.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=39.46%
G=27.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111113600.310.160.3733021.0153.33
HexA16F8801F102514a1535
Octal24115721003720455122565
Binary101000011101111100010000111111000010010110100101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F88; }

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

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

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

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

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

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

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

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