#A16C80

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

Shades of Strikemaster #A16C80

Tints of Strikemaster #A16C80

Color information

#A16C80 (or 0xA16C80) is unknown color: approx Strikemaster. HEX triplet: A1, 6C and 80. RGB value is (161,108,128). Sum of RGB (Red+Green+Blue) = 161+108+128=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C80 is #5E937F. Grayscale: #7E7E7E. Windows color (decimal): -6198144 or 8416417. OLE color: 8416417.

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

Color convert

RGB161108128-
CMYK00.330.200.37
HSL337.36º21.99%52.75%-
HSV(B)337.36º32.92%63.14%-
XYZ23.9619.8622.99-
YUV126.13129.06152.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=40.55%
G=27.20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110812800.330.200.37337.3621.9952.75
HexA16C8002114251511635
Octal24115420004124455212665
Binary1010000111011001000000001000011010010010110101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C80; }

 p { color: rgb(161,108,128); }

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

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

 a { background-color: rgb(161,108,128); }

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

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

 span { border-color: rgb(161,108,128); }

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