#AC5B88

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

Shades of Strikemaster #AC5B88

Tints of Strikemaster #AC5B88

Color information

#AC5B88 (or 0xAC5B88) is unknown color: approx Strikemaster. HEX triplet: AC, 5B and 88. RGB value is (172,91,136). Sum of RGB (Red+Green+Blue) = 172+91+136=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B88 is #53A477. Grayscale: #787878. Windows color (decimal): -5481592 or 8936364. OLE color: 8936364.

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

Color convert

RGB17291136-
CMYK00.470.210.33
HSL326.67º32.79%51.57%-
HSV(B)326.67º47.09%67.45%-
XYZ25.218.0325.44-
YUV120.35136.84164.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=43.11%
G=22.81%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729113600.470.210.33326.6732.7951.57
HexAC5B8802F15211472134
Octal25413321005725415074164
Binary10101100101101110001000010111110101100001101000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B88; }

 p { color: rgb(172,91,136); }

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

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

 a { background-color: rgb(172,91,136); }

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

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

 span { border-color: rgb(172,91,136); }

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