#A76291

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

Shades of Strikemaster #A76291

Tints of Strikemaster #A76291

Color information

#A76291 (or 0xA76291) is unknown color: approx Strikemaster. HEX triplet: A7, 62 and 91. RGB value is (167,98,145). Sum of RGB (Red+Green+Blue) = 167+98+145=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A76291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76291 is #589D6E. Grayscale: #7B7B7B. Windows color (decimal): -5807471 or 9527975. OLE color: 9527975.

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

Color convert

RGB16798145-
CMYK00.410.130.35
HSL319.13º28.16%51.96%-
HSV(B)319.13º41.32%65.49%-
XYZ25.411929.11-
YUV123.99139.86158.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=40.73%
G=23.90%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679814500.410.130.35319.1328.1651.96
HexA76291029D2313f1c34
Octal24714222105115434773464
Binary101001111100010100100010101001110110001110011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76291; }

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

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

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

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

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

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

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

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