#A46087

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

Shades of Strikemaster #A46087

Tints of Strikemaster #A46087

Color information

#A46087 (or 0xA46087) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 87. RGB value is (164,96,135). Sum of RGB (Red+Green+Blue) = 164+96+135=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46087 is #5B9F78. Grayscale: #787878. Windows color (decimal): -6004601 or 8872100. OLE color: 8872100.

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

Color convert

RGB16496135-
CMYK00.410.180.36
HSL325.59º27.2%50.98%-
HSV(B)325.59º41.46%64.31%-
XYZ23.8718.0125.14-
YUV120.78136.03158.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=41.52%
G=24.30%
B=34.18%

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
Decimal1649613500.410.180.36325.5927.250.98
HexA4608702912241461b33
Octal24414020705122445063363
Binary1010010011000001000011101010011001010010010100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46087; }

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

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

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

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

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

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

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

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