#A16B81

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

Shades of Strikemaster #A16B81

Tints of Strikemaster #A16B81

Color information

#A16B81 (or 0xA16B81) is unknown color: approx Strikemaster. HEX triplet: A1, 6B and 81. RGB value is (161,107,129). Sum of RGB (Red+Green+Blue) = 161+107+129=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B81 is #5E947E. Grayscale: #7D7D7D. Windows color (decimal): -6198399 or 8481697. OLE color: 8481697.

HSL color Cylindrical-coordinate representation of color #A16B81: hue angle of 335.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B81 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161107129-
CMYK00.340.200.37
HSL335.56º22.31%52.55%-
HSV(B)335.56º33.54%63.14%-
XYZ23.9219.6823.31-
YUV125.65129.89153.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=40.55%
G=26.95%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110712900.340.200.37335.5622.3152.55
HexA16B8102214251501635
Octal24115320104224455202665
Binary1010000111010111000000101000101010010010110101000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B81; }

 p { color: rgb(161,107,129); }

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

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

 a { background-color: rgb(161,107,129); }

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

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

 span { border-color: rgb(161,107,129); }

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