#A76182

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

Shades of Strikemaster #A76182

Tints of Strikemaster #A76182

Color information

#A76182 (or 0xA76182) is unknown color: approx Strikemaster. HEX triplet: A7, 61 and 82. RGB value is (167,97,130). Sum of RGB (Red+Green+Blue) = 167+97+130=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A76182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76182 is #589E7D. Grayscale: #797979. Windows color (decimal): -5807742 or 8544679. OLE color: 8544679.

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

Color convert

RGB16797130-
CMYK00.420.220.35
HSL331.71º28.46%51.76%-
HSV(B)331.71º41.92%65.49%-
XYZ24.2418.3823.39-
YUV121.69132.69160.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=42.39%
G=24.62%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679713000.420.220.35331.7128.4651.76
HexA7618202A162314c1c34
Octal24714120205226435143464
Binary1010011111000011000001001010101011010001110100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76182; }

 p { color: rgb(167,97,130); }

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

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

 a { background-color: rgb(167,97,130); }

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

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

 span { border-color: rgb(167,97,130); }

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