#AA6092

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

Shades of Strikemaster #AA6092

Tints of Strikemaster #AA6092

Color information

#AA6092 (or 0xAA6092) is unknown color: approx Strikemaster. HEX triplet: AA, 60 and 92. RGB value is (170,96,146). Sum of RGB (Red+Green+Blue) = 170+96+146=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6092 is #559F6D. Grayscale: #7B7B7B. Windows color (decimal): -5611374 or 9593002. OLE color: 9593002.

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

Color convert

RGB17096146-
CMYK00.440.140.33
HSL319.46º30.33%52.16%-
HSV(B)319.46º43.53%66.67%-
XYZ25.9518.9929.49-
YUV123.83140.52160.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=41.26%
G=23.30%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709614600.440.140.33319.4630.3352.16
HexAA609202CE2113f1e34
Octal25214022205416414773664
Binary101010101100000100100100101100111010000110011111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6092; }

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

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

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

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

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

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

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

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