#A76A8A

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

Shades of Strikemaster #A76A8A

Tints of Strikemaster #A76A8A

Color information

#A76A8A (or 0xA76A8A) is unknown color: approx Strikemaster. HEX triplet: A7, 6A and 8A. RGB value is (167,106,138). Sum of RGB (Red+Green+Blue) = 167+106+138=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A8A is #589575. Grayscale: #7F7F7F. Windows color (decimal): -5805430 or 9071271. OLE color: 9071271.

HSL color Cylindrical-coordinate representation of color #A76A8A: hue angle of 328.52º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76A8A is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167106138-
CMYK00.370.170.35
HSL328.52º25.74%53.53%-
HSV(B)328.52º36.53%65.49%-
XYZ25.6820.3626.62-
YUV127.89133.71155.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=40.63%
G=25.79%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710613800.370.170.35328.5225.7453.53
HexA76A8A02511231491a36
Octal24715221204521435113266
Binary1010011111010101000101001001011000110001110100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A8A; }

 p { color: rgb(167,106,138); }

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

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

 a { background-color: rgb(167,106,138); }

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

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

 span { border-color: rgb(167,106,138); }

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