#AC6092

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

Shades of Strikemaster #AC6092

Tints of Strikemaster #AC6092

Color information

#AC6092 (or 0xAC6092) is unknown color: approx Strikemaster. HEX triplet: AC, 60 and 92. RGB value is (172,96,146). Sum of RGB (Red+Green+Blue) = 172+96+146=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6092 is #539F6D. Grayscale: #7C7C7C. Windows color (decimal): -5480302 or 9593004. OLE color: 9593004.

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

Color convert

RGB17296146-
CMYK00.440.150.33
HSL320.53º31.4%52.55%-
HSV(B)320.53º44.19%67.45%-
XYZ26.3819.2129.51-
YUV124.42140.18161.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=41.55%
G=23.19%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729614600.440.150.33320.5331.452.55
HexAC609202CF211411f35
Octal25414022205417415013765
Binary101011001100000100100100101100111110000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6092; }

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

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

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

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

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

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

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

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