#A4637D

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

Shades of Strikemaster #A4637D

Tints of Strikemaster #A4637D

Color information

#A4637D (or 0xA4637D) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 7D. RGB value is (164,99,125). Sum of RGB (Red+Green+Blue) = 164+99+125=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637D is #5B9C82. Grayscale: #797979. Windows color (decimal): -6003843 or 8217508. OLE color: 8217508.

HSL color Cylindrical-coordinate representation of color #A4637D: hue angle of 336º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4637D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16499125-
CMYK00.400.240.36
HSL336º26.32%51.57%-
HSV(B)336º39.63%64.31%-
XYZ23.4718.321.7-
YUV121.4130.03158.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=42.27%
G=25.52%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912500.400.240.3633626.3251.57
HexA4637D02818241501a34
Octal24414317505030445203264
Binary101001001100011111110101010001100010010010101000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4637D; }

 p { color: rgb(164,99,125); }

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

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

 a { background-color: rgb(164,99,125); }

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

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

 span { border-color: rgb(164,99,125); }

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