#A76483

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

Shades of Strikemaster #A76483

Tints of Strikemaster #A76483

Color information

#A76483 (or 0xA76483) is unknown color: approx Strikemaster. HEX triplet: A7, 64 and 83. RGB value is (167,100,131). Sum of RGB (Red+Green+Blue) = 167+100+131=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76483 is #589B7C. Grayscale: #7B7B7B. Windows color (decimal): -5806973 or 8610983. OLE color: 8610983.

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

Color convert

RGB167100131-
CMYK00.400.220.35
HSL332.24º27.57%52.35%-
HSV(B)332.24º40.12%65.49%-
XYZ24.5918.9723.84-
YUV123.57132.2158.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=41.96%
G=25.13%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710013100.400.220.35332.2427.5752.35
HexA76483028162314c1c34
Octal24714420305026435143464
Binary1010011111001001000001101010001011010001110100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76483; }

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

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

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

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

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

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

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

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