#A3637D

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

Shades of Strikemaster #A3637D

Tints of Strikemaster #A3637D

Color information

#A3637D (or 0xA3637D) is unknown color: approx Strikemaster. HEX triplet: A3, 63 and 7D. RGB value is (163,99,125). Sum of RGB (Red+Green+Blue) = 163+99+125=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3637D is #5C9C82. Grayscale: #797979. Windows color (decimal): -6069379 or 8217507. OLE color: 8217507.

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

Color convert

RGB16399125-
CMYK00.390.230.36
HSL335.62º25.81%51.37%-
HSV(B)335.62º39.26%63.92%-
XYZ23.2718.1921.69-
YUV121.1130.2157.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=42.12%
G=25.58%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639912500.390.230.36335.6225.8151.37
HexA3637D02717241501a33
Octal24314317504727445203263
Binary101000111100011111110101001111011110010010101000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3637D; }

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

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

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

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

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

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

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

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