#AA6086

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

Shades of Strikemaster #AA6086

Tints of Strikemaster #AA6086

Color information

#AA6086 (or 0xAA6086) is unknown color: approx Strikemaster. HEX triplet: AA, 60 and 86. RGB value is (170,96,134). Sum of RGB (Red+Green+Blue) = 170+96+134=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6086 is #559F79. Grayscale: #7A7A7A. Windows color (decimal): -5611386 or 8806570. OLE color: 8806570.

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

Color convert

RGB17096134-
CMYK00.440.210.33
HSL329.19º30.33%52.16%-
HSV(B)329.19º43.53%66.67%-
XYZ25.0618.6324.83-
YUV122.46134.52161.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=42.5%
G=24%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709613400.440.210.33329.1930.3352.16
HexAA608602C15211491e34
Octal25214020605425415113664
Binary1010101011000001000011001011001010110000110100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6086; }

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

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

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

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

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

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

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

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