#A46D86

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

Shades of Strikemaster #A46D86

Tints of Strikemaster #A46D86

Color information

#A46D86 (or 0xA46D86) is unknown color: approx Strikemaster. HEX triplet: A4, 6D and 86. RGB value is (164,109,134). Sum of RGB (Red+Green+Blue) = 164+109+134=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D86 is #5B9279. Grayscale: #808080. Windows color (decimal): -6001274 or 8809892. OLE color: 8809892.

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

Color convert

RGB164109134-
CMYK00.340.180.36
HSL332.73º23.21%53.53%-
HSV(B)332.73º33.54%64.31%-
XYZ25.0820.5525.2-
YUV128.3131.22153.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=40.29%
G=26.78%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410913400.340.180.36332.7323.2153.53
HexA46D86022122414d1736
Octal24415520604222445152766
Binary1010010011011011000011001000101001010010010100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D86; }

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

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

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

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

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

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

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

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