#A45587

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

Shades of Strikemaster #A45587

Tints of Strikemaster #A45587

Color information

#A45587 (or 0xA45587) is unknown color: approx Strikemaster. HEX triplet: A4, 55 and 87. RGB value is (164,85,135). Sum of RGB (Red+Green+Blue) = 164+85+135=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A45587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45587 is #5BAA78. Grayscale: #727272. Windows color (decimal): -6007417 or 8869284. OLE color: 8869284.

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

Color convert

RGB16485135-
CMYK00.480.180.36
HSL322.03º31.73%48.82%-
HSV(B)322.03º48.17%64.31%-
XYZ22.9316.1424.83-
YUV114.32139.67163.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=42.71%
G=22.14%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648513500.480.180.36322.0331.7348.82
HexA4558703012241422031
Octal24412520706022445024061
Binary10100100101010110000111011000010010100100101000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45587; }

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

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

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

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

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

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

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

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