#A46280

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

Shades of Strikemaster #A46280

Tints of Strikemaster #A46280

Color information

#A46280 (or 0xA46280) is unknown color: approx Strikemaster. HEX triplet: A4, 62 and 80. RGB value is (164,98,128). Sum of RGB (Red+Green+Blue) = 164+98+128=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46280 is #5B9D7F. Grayscale: #797979. Windows color (decimal): -6004096 or 8413860. OLE color: 8413860.

HSL color Cylindrical-coordinate representation of color #A46280: hue angle of 332.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46280 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16498128-
CMYK00.400.220.36
HSL332.73º26.61%51.37%-
HSV(B)332.73º40.24%64.31%-
XYZ23.5718.1922.69-
YUV121.15131.87158.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=42.05%
G=25.13%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649812800.400.220.36332.7326.6151.37
HexA46280028162414d1b33
Octal24414220005026445153363
Binary1010010011000101000000001010001011010010010100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46280; }

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

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

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

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

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

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

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

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