#AA6189

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

Shades of Strikemaster #AA6189

Tints of Strikemaster #AA6189

Color information

#AA6189 (or 0xAA6189) is unknown color: approx Strikemaster. HEX triplet: AA, 61 and 89. RGB value is (170,97,137). Sum of RGB (Red+Green+Blue) = 170+97+137=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6189 is #559E76. Grayscale: #7B7B7B. Windows color (decimal): -5611127 or 9003434. OLE color: 9003434.

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

Color convert

RGB17097137-
CMYK00.430.190.33
HSL327.12º30.04%52.35%-
HSV(B)327.12º42.94%66.67%-
XYZ25.3718.925.98-
YUV123.39135.68161.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=42.08%
G=24.01%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709713700.430.190.33327.1230.0452.35
HexAA618902B13211471e34
Octal25214121105323415073664
Binary1010101011000011000100101010111001110000110100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6189; }

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

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

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

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

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

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

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

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