#AA6089

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

Shades of Strikemaster #AA6089

Tints of Strikemaster #AA6089

Color information

#AA6089 (or 0xAA6089) is unknown color: approx Strikemaster. HEX triplet: AA, 60 and 89. RGB value is (170,96,137). Sum of RGB (Red+Green+Blue) = 170+96+137=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6089 is #559F76. Grayscale: #7A7A7A. Windows color (decimal): -5611383 or 9003178. OLE color: 9003178.

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

Color convert

RGB17096137-
CMYK00.440.190.33
HSL326.76º30.33%52.16%-
HSV(B)326.76º43.53%66.67%-
XYZ25.2818.7225.95-
YUV122.8136.02161.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=42.18%
G=23.82%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709613700.440.190.33326.7630.3352.16
HexAA608902C13211471e34
Octal25214021105423415073664
Binary1010101011000001000100101011001001110000110100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6089; }

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

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

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

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

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

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

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

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