#A46480

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

Shades of Strikemaster #A46480

Tints of Strikemaster #A46480

Color information

#A46480 (or 0xA46480) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 80. RGB value is (164,100,128). Sum of RGB (Red+Green+Blue) = 164+100+128=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A46480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46480 is #5B9B7F. Grayscale: #7A7A7A. Windows color (decimal): -6003584 or 8414372. OLE color: 8414372.

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

Color convert

RGB164100128-
CMYK00.390.220.36
HSL333.75º26.02%51.76%-
HSV(B)333.75º39.02%64.31%-
XYZ23.7618.5722.75-
YUV122.33131.2157.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=41.84%
G=25.51%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410012800.390.220.36333.7526.0251.76
HexA46480027162414e1a34
Octal24414420004726445163264
Binary1010010011001001000000001001111011010010010100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46480; }

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

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

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

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

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

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

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

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