#A16E85

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

Shades of Strikemaster #A16E85

Tints of Strikemaster #A16E85

Color information

#A16E85 (or 0xA16E85) is unknown color: approx Strikemaster. HEX triplet: A1, 6E and 85. RGB value is (161,110,133). Sum of RGB (Red+Green+Blue) = 161+110+133=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E85 is #5E917A. Grayscale: #7F7F7F. Windows color (decimal): -6197627 or 8744609. OLE color: 8744609.

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

Color convert

RGB161110133-
CMYK00.320.170.37
HSL332.94º21.34%53.14%-
HSV(B)332.94º31.68%63.14%-
XYZ24.5120.4224.84-
YUV127.87130.9151.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=39.85%
G=27.23%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111013300.320.170.37332.9421.3453.14
HexA16E85020112514d1535
Octal24115620504021455152565
Binary1010000111011101000010101000001000110010110100110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E85; }

 p { color: rgb(161,110,133); }

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

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

 a { background-color: rgb(161,110,133); }

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

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

 span { border-color: rgb(161,110,133); }

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