#A76091

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

Shades of Strikemaster #A76091

Tints of Strikemaster #A76091

Color information

#A76091 (or 0xA76091) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 91. RGB value is (167,96,145). Sum of RGB (Red+Green+Blue) = 167+96+145=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76091 is #589F6E. Grayscale: #7A7A7A. Windows color (decimal): -5807983 or 9527463. OLE color: 9527463.

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

Color convert

RGB16796145-
CMYK00.430.130.35
HSL318.59º28.74%51.57%-
HSV(B)318.59º42.51%65.49%-
XYZ25.2318.6329.05-
YUV122.82140.52159.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=40.93%
G=23.53%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679614500.430.130.35318.5928.7451.57
HexA7609102BD2313f1d34
Octal24714022105315434773564
Binary101001111100000100100010101011110110001110011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76091; }

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

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

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

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

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

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

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

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