#A76186

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

Shades of Strikemaster #A76186

Tints of Strikemaster #A76186

Color information

#A76186 (or 0xA76186) is unknown color: approx Strikemaster. HEX triplet: A7, 61 and 86. RGB value is (167,97,134). Sum of RGB (Red+Green+Blue) = 167+97+134=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76186 is #589E79. Grayscale: #7A7A7A. Windows color (decimal): -5807738 or 8806823. OLE color: 8806823.

HSL color Cylindrical-coordinate representation of color #A76186: hue angle of 328.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76186 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16797134-
CMYK00.420.200.35
HSL328.29º28.46%51.76%-
HSV(B)328.29º41.92%65.49%-
XYZ24.5118.4924.83-
YUV122.15134.69159.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=41.96%
G=24.37%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679713400.420.200.35328.2928.4651.76
HexA7618602A14231481c34
Octal24714120605224435103464
Binary1010011111000011000011001010101010010001110100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76186; }

 p { color: rgb(167,97,134); }

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

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

 a { background-color: rgb(167,97,134); }

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

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

 span { border-color: rgb(167,97,134); }

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