#A46482

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

Shades of Strikemaster #A46482

Tints of Strikemaster #A46482

Color information

#A46482 (or 0xA46482) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 82. RGB value is (164,100,130). Sum of RGB (Red+Green+Blue) = 164+100+130=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A46482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46482 is #5B9B7D. Grayscale: #7A7A7A. Windows color (decimal): -6003582 or 8545444. OLE color: 8545444.

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

Color convert

RGB164100130-
CMYK00.390.210.36
HSL331.88º26.02%51.76%-
HSV(B)331.88º39.02%64.31%-
XYZ23.918.6223.45-
YUV122.56132.2157.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=41.62%
G=25.38%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410013000.390.210.36331.8826.0251.76
HexA46482027152414c1a34
Octal24414420204725445143264
Binary1010010011001001000001001001111010110010010100110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46482; }

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

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

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

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

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

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

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

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