#A07586

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

Shades of Strikemaster #A07586

Tints of Strikemaster #A07586

Color information

#A07586 (or 0xA07586) is unknown color: approx Strikemaster. HEX triplet: A0, 75 and 86. RGB value is (160,117,134). Sum of RGB (Red+Green+Blue) = 160+117+134=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07586 is #5F8A79. Grayscale: #838383. Windows color (decimal): -6261370 or 8811936. OLE color: 8811936.

HSL color Cylindrical-coordinate representation of color #A07586: hue angle of 336.28º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07586 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB160117134-
CMYK00.270.160.37
HSL336.28º18.45%54.31%-
HSV(B)336.28º26.88%62.75%-
XYZ25.1621.9225.46-
YUV131.8129.25148.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=38.93%
G=28.47%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011713400.270.160.37336.2818.4554.31
HexA0758601B10251501236
Octal24016520603320455202266
Binary101000001110101100001100110111000010010110101000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07586; }

 p { color: rgb(160,117,134); }

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

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

 a { background-color: rgb(160,117,134); }

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

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

 span { border-color: rgb(160,117,134); }

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