#A76083

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

Shades of Strikemaster #A76083

Tints of Strikemaster #A76083

Color information

#A76083 (or 0xA76083) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 83. RGB value is (167,96,131). Sum of RGB (Red+Green+Blue) = 167+96+131=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A76083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76083 is #589F7C. Grayscale: #797979. Windows color (decimal): -5807997 or 8609959. OLE color: 8609959.

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

Color convert

RGB16796131-
CMYK00.430.220.35
HSL330.42º28.74%51.57%-
HSV(B)330.42º42.51%65.49%-
XYZ24.2218.2223.71-
YUV121.22133.52160.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=42.39%
G=24.37%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679613100.430.220.35330.4228.7451.57
HexA7608302B162314a1d34
Octal24714020305326435123564
Binary1010011111000001000001101010111011010001110100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76083; }

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

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

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

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

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

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

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

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