#A45E89

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

Shades of Strikemaster #A45E89

Tints of Strikemaster #A45E89

Color information

#A45E89 (or 0xA45E89) is unknown color: approx Strikemaster. HEX triplet: A4, 5E and 89. RGB value is (164,94,137). Sum of RGB (Red+Green+Blue) = 164+94+137=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45E89 is #5BA176. Grayscale: #777777. Windows color (decimal): -6005111 or 9002660. OLE color: 9002660.

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

Color convert

RGB16494137-
CMYK00.430.160.36
HSL323.14º27.78%50.59%-
HSV(B)323.14º42.68%64.31%-
XYZ23.8317.725.83-
YUV119.83137.69159.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=41.52%
G=23.80%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649413700.430.160.36323.1427.7850.59
HexA45E8902B10241431c33
Octal24413621105320445033463
Binary1010010010111101000100101010111000010010010100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E89; }

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

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

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

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

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

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

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

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