#AA5A85

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

Shades of Strikemaster #AA5A85

Tints of Strikemaster #AA5A85

Color information

#AA5A85 (or 0xAA5A85) is unknown color: approx Strikemaster. HEX triplet: AA, 5A and 85. RGB value is (170,90,133). Sum of RGB (Red+Green+Blue) = 170+90+133=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A85 is #55A57A. Grayscale: #767676. Windows color (decimal): -5612923 or 8739498. OLE color: 8739498.

HSL color Cylindrical-coordinate representation of color #AA5A85: hue angle of 327.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A85 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17090133-
CMYK00.470.220.33
HSL327.75º32%50.98%-
HSV(B)327.75º47.06%66.67%-
XYZ24.4717.5524.29-
YUV118.82136164.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=43.26%
G=22.90%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709013300.470.220.33327.753250.98
HexAA5A8502F16211482033
Octal25213220505726415104063
Binary10101010101101010000101010111110110100001101001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A85; }

 p { color: rgb(170,90,133); }

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

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

 a { background-color: rgb(170,90,133); }

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

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

 span { border-color: rgb(170,90,133); }

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