#A16A82

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

Shades of Strikemaster #A16A82

Tints of Strikemaster #A16A82

Color information

#A16A82 (or 0xA16A82) is unknown color: approx Strikemaster. HEX triplet: A1, 6A and 82. RGB value is (161,106,130). Sum of RGB (Red+Green+Blue) = 161+106+130=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A82 is #5E957D. Grayscale: #7D7D7D. Windows color (decimal): -6198654 or 8546977. OLE color: 8546977.

HSL color Cylindrical-coordinate representation of color #A16A82: hue angle of 333.82º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A82 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161106130-
CMYK00.340.190.37
HSL333.82º22.63%52.35%-
HSV(B)333.82º34.16%63.14%-
XYZ23.8819.523.62-
YUV125.18130.72153.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=40.55%
G=26.70%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110613000.340.190.37333.8222.6352.35
HexA16A82022132514e1734
Octal24115220204223455162764
Binary1010000111010101000001001000101001110010110100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A82; }

 p { color: rgb(161,106,130); }

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

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

 a { background-color: rgb(161,106,130); }

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

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

 span { border-color: rgb(161,106,130); }

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