#A16B8A

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

Shades of Strikemaster #A16B8A

Tints of Strikemaster #A16B8A

Color information

#A16B8A (or 0xA16B8A) is unknown color: approx Strikemaster. HEX triplet: A1, 6B and 8A. RGB value is (161,107,138). Sum of RGB (Red+Green+Blue) = 161+107+138=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B8A is #5E9475. Grayscale: #7E7E7E. Windows color (decimal): -6198390 or 9071521. OLE color: 9071521.

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

Color convert

RGB161107138-
CMYK00.340.140.37
HSL325.56º22.31%52.55%-
HSV(B)325.56º33.54%63.14%-
XYZ24.5419.9326.6-
YUV126.68134.39152.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=39.66%
G=26.35%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110713800.340.140.37325.5622.3152.55
HexA16B8A022E251461635
Octal24115321204216455062665
Binary101000011101011100010100100010111010010110100011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B8A; }

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

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

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

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

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

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

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

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