#A76987

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

Shades of Strikemaster #A76987

Tints of Strikemaster #A76987

Color information

#A76987 (or 0xA76987) is unknown color: approx Strikemaster. HEX triplet: A7, 69 and 87. RGB value is (167,105,135). Sum of RGB (Red+Green+Blue) = 167+105+135=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A76987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76987 is #589678. Grayscale: #7E7E7E. Windows color (decimal): -5805689 or 8874407. OLE color: 8874407.

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

Color convert

RGB167105135-
CMYK00.370.190.35
HSL330.97º26.05%53.33%-
HSV(B)330.97º37.13%65.49%-
XYZ25.3620.0725.46-
YUV126.96132.54156.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=41.03%
G=25.80%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710513500.370.190.35330.9726.0553.33
HexA76987025132314b1a35
Octal24715120704523435133265
Binary1010011111010011000011101001011001110001110100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76987; }

 p { color: rgb(167,105,135); }

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

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

 a { background-color: rgb(167,105,135); }

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

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

 span { border-color: rgb(167,105,135); }

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