#A76989

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

Shades of Strikemaster #A76989

Tints of Strikemaster #A76989

Color information

#A76989 (or 0xA76989) is unknown color: approx Strikemaster. HEX triplet: A7, 69 and 89. RGB value is (167,105,137). Sum of RGB (Red+Green+Blue) = 167+105+137=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76989 is #589676. Grayscale: #7F7F7F. Windows color (decimal): -5805687 or 9005479. OLE color: 9005479.

HSL color Cylindrical-coordinate representation of color #A76989: hue angle of 329.03º 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 #A76989 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB167105137-
CMYK00.370.180.35
HSL329.03º26.05%53.33%-
HSV(B)329.03º37.13%65.49%-
XYZ25.520.1226.21-
YUV127.19133.54156.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=40.83%
G=25.67%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710513700.370.180.35329.0326.0553.33
HexA7698902512231491a35
Octal24715121104522435113265
Binary1010011111010011000100101001011001010001110100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76989; }

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

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

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

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

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

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

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

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