#A76080

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

Shades of Strikemaster #A76080

Tints of Strikemaster #A76080

Color information

#A76080 (or 0xA76080) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 80. RGB value is (167,96,128). Sum of RGB (Red+Green+Blue) = 167+96+128=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76080 is #589F7F. Grayscale: #787878. Windows color (decimal): -5808000 or 8413351. OLE color: 8413351.

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

Color convert

RGB16796128-
CMYK00.430.230.35
HSL332.96º28.74%51.57%-
HSV(B)332.96º42.51%65.49%-
XYZ24.0218.1422.66-
YUV120.88132.02160.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=42.71%
G=24.55%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679612800.430.230.35332.9628.7451.57
HexA7608002B172314d1d34
Octal24714020005327435153564
Binary1010011111000001000000001010111011110001110100110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76080; }

 p { color: rgb(167,96,128); }

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

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

 a { background-color: rgb(167,96,128); }

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

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

 span { border-color: rgb(167,96,128); }

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