#A4637F

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

Shades of Strikemaster #A4637F

Tints of Strikemaster #A4637F

Color information

#A4637F (or 0xA4637F) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 7F. RGB value is (164,99,127). Sum of RGB (Red+Green+Blue) = 164+99+127=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4637F is #5B9C80. Grayscale: #797979. Windows color (decimal): -6003841 or 8348580. OLE color: 8348580.

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

Color convert

RGB16499127-
CMYK00.400.230.36
HSL334.15º26.32%51.57%-
HSV(B)334.15º39.63%64.31%-
XYZ23.618.3522.38-
YUV121.63131.03158.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 127 (50% from 255) = 32.56%
R=42.05%
G=25.38%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649912700.400.230.36334.1526.3251.57
HexA4637F028172414e1a34
Octal24414317705027445163264
Binary101001001100011111111101010001011110010010100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4637F; }

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

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

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

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

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

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

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

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