#AA5B86

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

Shades of Strikemaster #AA5B86

Tints of Strikemaster #AA5B86

Color information

#AA5B86 (or 0xAA5B86) is unknown color: approx Strikemaster. HEX triplet: AA, 5B and 86. RGB value is (170,91,134). Sum of RGB (Red+Green+Blue) = 170+91+134=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5B86 is #55A479. Grayscale: #777777. Windows color (decimal): -5612666 or 8805290. OLE color: 8805290.

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

Color convert

RGB17091134-
CMYK00.460.210.33
HSL327.34º31.73%51.18%-
HSV(B)327.34º46.47%66.67%-
XYZ24.6217.7524.68-
YUV119.52136.17164-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=43.04%
G=23.04%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709113400.460.210.33327.3431.7351.18
HexAA5B8602E15211472033
Octal25213320605625415074063
Binary10101010101101110000110010111010101100001101000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B86; }

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

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

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

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

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

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

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

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