#A46786

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

Shades of Strikemaster #A46786

Tints of Strikemaster #A46786

Color information

#A46786 (or 0xA46786) is unknown color: approx Strikemaster. HEX triplet: A4, 67 and 86. RGB value is (164,103,134). Sum of RGB (Red+Green+Blue) = 164+103+134=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A46786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46786 is #5B9879. Grayscale: #7C7C7C. Windows color (decimal): -6002810 or 8808356. OLE color: 8808356.

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

Color convert

RGB164103134-
CMYK00.370.180.36
HSL329.51º25.1%52.35%-
HSV(B)329.51º37.2%64.31%-
XYZ24.4619.3124.99-
YUV124.77133.21155.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=40.90%
G=25.69%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410313400.370.180.36329.5125.152.35
HexA46786025122414a1934
Octal24414720604522445123164
Binary1010010011001111000011001001011001010010010100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46786; }

 p { color: rgb(164,103,134); }

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

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

 a { background-color: rgb(164,103,134); }

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

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

 span { border-color: rgb(164,103,134); }

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