#A46489

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

Shades of Strikemaster #A46489

Tints of Strikemaster #A46489

Color information

#A46489 (or 0xA46489) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 89. RGB value is (164,100,137). Sum of RGB (Red+Green+Blue) = 164+100+137=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A46489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46489 is #5B9B76. Grayscale: #7B7B7B. Windows color (decimal): -6003575 or 9004196. OLE color: 9004196.

HSL color Cylindrical-coordinate representation of color #A46489: hue angle of 325.31º 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 #A46489 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164100137-
CMYK00.390.160.36
HSL325.31º26.02%51.76%-
HSV(B)325.31º39.02%64.31%-
XYZ24.3818.8126.01-
YUV123.35135.7156.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=40.90%
G=24.94%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410013700.390.160.36325.3126.0251.76
HexA4648902710241451a34
Octal24414421104720445053264
Binary1010010011001001000100101001111000010010010100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46489; }

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

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

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

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

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

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

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

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