#AC6090

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

Shades of Strikemaster #AC6090

Tints of Strikemaster #AC6090

Color information

#AC6090 (or 0xAC6090) is unknown color: approx Strikemaster. HEX triplet: AC, 60 and 90. RGB value is (172,96,144). Sum of RGB (Red+Green+Blue) = 172+96+144=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6090 is #539F6F. Grayscale: #7C7C7C. Windows color (decimal): -5480304 or 9461932. OLE color: 9461932.

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

Color convert

RGB17296144-
CMYK00.440.160.33
HSL322.11º31.4%52.55%-
HSV(B)322.11º44.19%67.45%-
XYZ26.2319.1528.7-
YUV124.2139.18162.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=41.75%
G=23.30%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729614400.440.160.33322.1131.452.55
HexAC609002C10211421f35
Octal25414022005420415023765
Binary1010110011000001001000001011001000010000110100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6090; }

 p { color: rgb(172,96,144); }

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

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

 a { background-color: rgb(172,96,144); }

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

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

 span { border-color: rgb(172,96,144); }

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