#A76888

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

Shades of Strikemaster #A76888

Tints of Strikemaster #A76888

Color information

#A76888 (or 0xA76888) is unknown color: approx Strikemaster. HEX triplet: A7, 68 and 88. RGB value is (167,104,136). Sum of RGB (Red+Green+Blue) = 167+104+136=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A76888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76888 is #589777. Grayscale: #7E7E7E. Windows color (decimal): -5805944 or 8939687. OLE color: 8939687.

HSL color Cylindrical-coordinate representation of color #A76888: hue angle of 329.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76888 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB167104136-
CMYK00.380.190.35
HSL329.52º26.36%53.14%-
HSV(B)329.52º37.72%65.49%-
XYZ25.3319.8925.8-
YUV126.48133.37156.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=41.03%
G=25.55%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710413600.380.190.35329.5226.3653.14
HexA76888026132314a1a35
Octal24715021004623435123265
Binary1010011111010001000100001001101001110001110100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76888; }

 p { color: rgb(167,104,136); }

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

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

 a { background-color: rgb(167,104,136); }

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

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

 span { border-color: rgb(167,104,136); }

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