#AA5D85

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

Shades of Strikemaster #AA5D85

Tints of Strikemaster #AA5D85

Color information

#AA5D85 (or 0xAA5D85) is unknown color: approx Strikemaster. HEX triplet: AA, 5D and 85. RGB value is (170,93,133). Sum of RGB (Red+Green+Blue) = 170+93+133=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D85 is #55A27A. Grayscale: #787878. Windows color (decimal): -5612155 or 8740266. OLE color: 8740266.

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

Color convert

RGB17093133-
CMYK00.450.220.33
HSL328.83º31.17%51.57%-
HSV(B)328.83º45.29%66.67%-
XYZ24.7318.0724.37-
YUV120.58135.01163.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=42.93%
G=23.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709313300.450.220.33328.8331.1751.57
HexAA5D8502D16211491f34
Octal25213520505526415113764
Binary1010101010111011000010101011011011010000110100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D85; }

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

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

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

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

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

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

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

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