#A76088

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

Shades of Strikemaster #A76088

Tints of Strikemaster #A76088

Color information

#A76088 (or 0xA76088) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 88. RGB value is (167,96,136). Sum of RGB (Red+Green+Blue) = 167+96+136=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76088 is #589F77. Grayscale: #797979. Windows color (decimal): -5807992 or 8937639. OLE color: 8937639.

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

Color convert

RGB16796136-
CMYK00.430.190.35
HSL326.2º28.74%51.57%-
HSV(B)326.2º42.51%65.49%-
XYZ24.5618.3625.54-
YUV121.79136.02160.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=41.85%
G=24.06%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679613600.430.190.35326.228.7451.57
HexA7608802B13231461d34
Octal24714021005323435063564
Binary1010011111000001000100001010111001110001110100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76088; }

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

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

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

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

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

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

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

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