#AA5786

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

Shades of Strikemaster #AA5786

Tints of Strikemaster #AA5786

Color information

#AA5786 (or 0xAA5786) is unknown color: approx Strikemaster. HEX triplet: AA, 57 and 86. RGB value is (170,87,134). Sum of RGB (Red+Green+Blue) = 170+87+134=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5786 is #55A879. Grayscale: #757575. Windows color (decimal): -5613690 or 8804266. OLE color: 8804266.

HSL color Cylindrical-coordinate representation of color #AA5786: hue angle of 326.02º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5786 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17087134-
CMYK00.490.210.33
HSL326.02º32.81%50.39%-
HSV(B)326.02º48.82%66.67%-
XYZ24.2917.0824.57-
YUV117.18137.5165.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=43.48%
G=22.25%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708713400.490.210.33326.0232.8150.39
HexAA578603115211462132
Octal25212720606125415064162
Binary10101010101011110000110011000110101100001101000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5786; }

 p { color: rgb(170,87,134); }

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

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

 a { background-color: rgb(170,87,134); }

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

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

 span { border-color: rgb(170,87,134); }

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