#A15979

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

Shades of Strikemaster #A15979

Tints of Strikemaster #A15979

Color information

#A15979 (or 0xA15979) is unknown color: approx Strikemaster. HEX triplet: A1, 59 and 79. RGB value is (161,89,121). Sum of RGB (Red+Green+Blue) = 161+89+121=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15979 is #5EA686. Grayscale: #727272. Windows color (decimal): -6203015 or 7952801. OLE color: 7952801.

HSL color Cylindrical-coordinate representation of color #A15979: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15979 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16189121-
CMYK00.450.250.37
HSL333.33º28.8%49.02%-
HSV(B)333.33º44.72%63.14%-
XYZ21.7216.120.05-
YUV114.18131.85161.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=43.40%
G=23.99%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618912100.450.250.37333.3328.849.02
HexA1597902D192514d1d31
Octal24113117105531455153561
Binary101000011011001111100101011011100110010110100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15979; }

 p { color: rgb(161,89,121); }

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

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

 a { background-color: rgb(161,89,121); }

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

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

 span { border-color: rgb(161,89,121); }

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