#AC6091

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

Shades of Strikemaster #AC6091

Tints of Strikemaster #AC6091

Color information

#AC6091 (or 0xAC6091) is unknown color: approx Strikemaster. HEX triplet: AC, 60 and 91. RGB value is (172,96,145). Sum of RGB (Red+Green+Blue) = 172+96+145=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6091 is #539F6E. Grayscale: #7C7C7C. Windows color (decimal): -5480303 or 9527468. OLE color: 9527468.

HSL color Cylindrical-coordinate representation of color #AC6091: hue angle of 321.32º 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 #AC6091 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17296145-
CMYK00.440.160.33
HSL321.32º31.4%52.55%-
HSV(B)321.32º44.19%67.45%-
XYZ26.3119.1829.1-
YUV124.31139.68162.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=41.65%
G=23.24%
B=35.11%

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
Decimal1729614500.440.160.33321.3231.452.55
HexAC609102C10211411f35
Octal25414022105420415013765
Binary1010110011000001001000101011001000010000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6091; }

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

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

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

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

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

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

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

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