#AC5A87

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

Shades of Strikemaster #AC5A87

Tints of Strikemaster #AC5A87

Color information

#AC5A87 (or 0xAC5A87) is unknown color: approx Strikemaster. HEX triplet: AC, 5A and 87. RGB value is (172,90,135). Sum of RGB (Red+Green+Blue) = 172+90+135=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A87 is #53A578. Grayscale: #777777. Windows color (decimal): -5481849 or 8870572. OLE color: 8870572.

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

Color convert

RGB17290135-
CMYK00.480.220.33
HSL327.07º33.06%51.37%-
HSV(B)327.07º47.67%67.45%-
XYZ25.0417.8325.04-
YUV119.65136.67165.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=43.32%
G=22.67%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729013500.480.220.33327.0733.0651.37
HexAC5A8703016211472133
Octal25413220706026415074163
Binary10101100101101010000111011000010110100001101000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A87; }

 p { color: rgb(172,90,135); }

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

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

 a { background-color: rgb(172,90,135); }

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

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

 span { border-color: rgb(172,90,135); }

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