#A16B85

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

Shades of Strikemaster #A16B85

Tints of Strikemaster #A16B85

Color information

#A16B85 (or 0xA16B85) is unknown color: approx Strikemaster. HEX triplet: A1, 6B and 85. RGB value is (161,107,133). Sum of RGB (Red+Green+Blue) = 161+107+133=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B85 is #5E947A. Grayscale: #7E7E7E. Windows color (decimal): -6198395 or 8743841. OLE color: 8743841.

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

Color convert

RGB161107133-
CMYK00.340.170.37
HSL331.11º22.31%52.55%-
HSV(B)331.11º33.54%63.14%-
XYZ24.1919.7924.73-
YUV126.11131.89152.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=40.15%
G=26.68%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110713300.340.170.37331.1122.3152.55
HexA16B85022112514b1635
Octal24115320504221455132665
Binary1010000111010111000010101000101000110010110100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B85; }

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

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

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

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

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

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

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

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