#AA6091

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

Shades of Strikemaster #AA6091

Tints of Strikemaster #AA6091

Color information

#AA6091 (or 0xAA6091) is unknown color: approx Strikemaster. HEX triplet: AA, 60 and 91. RGB value is (170,96,145). Sum of RGB (Red+Green+Blue) = 170+96+145=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6091 is #559F6E. Grayscale: #7B7B7B. Windows color (decimal): -5611375 or 9527466. OLE color: 9527466.

HSL color Cylindrical-coordinate representation of color #AA6091: hue angle of 320.27º 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 #AA6091 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17096145-
CMYK00.440.150.33
HSL320.27º30.33%52.16%-
HSV(B)320.27º43.53%66.67%-
XYZ25.8718.9629.08-
YUV123.71140.02161.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=41.36%
G=23.36%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709614500.440.150.33320.2730.3352.16
HexAA609102CF211401e34
Octal25214022105417415003664
Binary101010101100000100100010101100111110000110100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6091; }

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

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

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

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

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

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

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

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