#A16B8B

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

Shades of Strikemaster #A16B8B

Tints of Strikemaster #A16B8B

Color information

#A16B8B (or 0xA16B8B) is unknown color: approx Strikemaster. HEX triplet: A1, 6B and 8B. RGB value is (161,107,139). Sum of RGB (Red+Green+Blue) = 161+107+139=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B8B is #5E9474. Grayscale: #7E7E7E. Windows color (decimal): -6198389 or 9137057. OLE color: 9137057.

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

Color convert

RGB161107139-
CMYK00.340.140.37
HSL324.44º22.31%52.55%-
HSV(B)324.44º33.54%63.14%-
XYZ24.6219.9626.98-
YUV126.79134.89152.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=39.56%
G=26.29%
B=34.15%

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
Decimal16110713900.340.140.37324.4422.3152.55
HexA16B8B022E251441635
Octal24115321304216455042665
Binary101000011101011100010110100010111010010110100010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B8B; }

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

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

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

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

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

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

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

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