#A46582

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

Shades of Strikemaster #A46582

Tints of Strikemaster #A46582

Color information

#A46582 (or 0xA46582) is unknown color: approx Strikemaster. HEX triplet: A4, 65 and 82. RGB value is (164,101,130). Sum of RGB (Red+Green+Blue) = 164+101+130=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46582 is #5B9A7D. Grayscale: #7B7B7B. Windows color (decimal): -6003326 or 8545700. OLE color: 8545700.

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

Color convert

RGB164101130-
CMYK00.380.210.36
HSL332.38º25.71%51.96%-
HSV(B)332.38º38.41%64.31%-
XYZ23.9918.8123.49-
YUV123.14131.87157.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=41.52%
G=25.57%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410113000.380.210.36332.3825.7151.96
HexA46582026152414c1a34
Octal24414520204625445143264
Binary1010010011001011000001001001101010110010010100110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46582; }

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

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

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

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

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

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

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

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