#A46483

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

Shades of Strikemaster #A46483

Tints of Strikemaster #A46483

Color information

#A46483 (or 0xA46483) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 83. RGB value is (164,100,131). Sum of RGB (Red+Green+Blue) = 164+100+131=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46483 is #5B9B7C. Grayscale: #7A7A7A. Windows color (decimal): -6003581 or 8610980. OLE color: 8610980.

HSL color Cylindrical-coordinate representation of color #A46483: hue angle of 330.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46483 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164100131-
CMYK00.390.200.36
HSL330.94º26.02%51.76%-
HSV(B)330.94º39.02%64.31%-
XYZ23.9618.6523.81-
YUV122.67132.7157.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=41.52%
G=25.32%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410013100.390.200.36330.9426.0251.76
HexA46483027142414b1a34
Octal24414420304724445133264
Binary1010010011001001000001101001111010010010010100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46483; }

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

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

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

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

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

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

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

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