#A46089

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

Shades of Strikemaster #A46089

Tints of Strikemaster #A46089

Color information

#A46089 (or 0xA46089) is unknown color: approx Strikemaster. HEX triplet: A4, 60 and 89. RGB value is (164,96,137). Sum of RGB (Red+Green+Blue) = 164+96+137=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46089 is #5B9F76. Grayscale: #787878. Windows color (decimal): -6004599 or 9003172. OLE color: 9003172.

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

Color convert

RGB16496137-
CMYK00.410.160.36
HSL323.82º27.2%50.98%-
HSV(B)323.82º41.46%64.31%-
XYZ24.0118.0625.89-
YUV121.01137.03158.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=41.31%
G=24.18%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649613700.410.160.36323.8227.250.98
HexA4608902910241441b33
Octal24414021105120445043363
Binary1010010011000001000100101010011000010010010100010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46089; }

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

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

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

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

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

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

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

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