#A45385

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

Shades of Strikemaster #A45385

Tints of Strikemaster #A45385

Color information

#A45385 (or 0xA45385) is unknown color: approx Strikemaster. HEX triplet: A4, 53 and 85. RGB value is (164,83,133). Sum of RGB (Red+Green+Blue) = 164+83+133=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45385 is #5BAC7A. Grayscale: #707070. Windows color (decimal): -6007931 or 8737700. OLE color: 8737700.

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

Color convert

RGB16483133-
CMYK00.490.190.36
HSL322.96º32.79%48.43%-
HSV(B)322.96º49.39%64.31%-
XYZ22.6415.7724.04-
YUV112.92139.34164.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 133 (52.34% from 255) = 35%
R=43.16%
G=21.84%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648313300.490.190.36322.9632.7948.43
HexA4538503113241432130
Octal24412320506123445034160
Binary10100100101001110000101011000110011100100101000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45385; }

 p { color: rgb(164,83,133); }

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

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

 a { background-color: rgb(164,83,133); }

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

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

 span { border-color: rgb(164,83,133); }

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