#A76489

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

Shades of Strikemaster #A76489

Tints of Strikemaster #A76489

Color information

#A76489 (or 0xA76489) is unknown color: approx Strikemaster. HEX triplet: A7, 64 and 89. RGB value is (167,100,137). Sum of RGB (Red+Green+Blue) = 167+100+137=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A76489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76489 is #589B76. Grayscale: #7C7C7C. Windows color (decimal): -5806967 or 9004199. OLE color: 9004199.

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

Color convert

RGB167100137-
CMYK00.400.180.35
HSL326.87º27.57%52.35%-
HSV(B)326.87º40.12%65.49%-
XYZ25.0119.1426.04-
YUV124.25135.2158.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=41.34%
G=24.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710013700.400.180.35326.8727.5752.35
HexA7648902812231471c34
Octal24714421105022435073464
Binary1010011111001001000100101010001001010001110100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76489; }

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

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

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

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

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

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

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

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