#A46187

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

Shades of Strikemaster #A46187

Tints of Strikemaster #A46187

Color information

#A46187 (or 0xA46187) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 87. RGB value is (164,97,135). Sum of RGB (Red+Green+Blue) = 164+97+135=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46187 is #5B9E78. Grayscale: #797979. Windows color (decimal): -6004345 or 8872356. OLE color: 8872356.

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

Color convert

RGB16497135-
CMYK00.410.180.36
HSL325.97º26.91%51.18%-
HSV(B)325.97º40.85%64.31%-
XYZ23.9618.1925.17-
YUV121.36135.7158.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=41.41%
G=24.49%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649713500.410.180.36325.9726.9151.18
HexA4618702912241461b33
Octal24414120705122445063363
Binary1010010011000011000011101010011001010010010100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46187; }

 p { color: rgb(164,97,135); }

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

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

 a { background-color: rgb(164,97,135); }

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

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

 span { border-color: rgb(164,97,135); }

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