Html Css Color HEX #A3637D Strikemaster

📋 copy color: '#A3637D'

red 163 ◦ green 99 ◦ blue 125

#A3637D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #A3637D

Tints of Strikemaster #A3637D

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.3%

R = 42.12%
G = 25.58%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3637D (or 0xA3637D) is known color: 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

RGB 163 99 125 -
CMYK 0 0.39 0.23 0.36
HSL 335.63º 0.26% 0.51% -
HSV(B) 335.63º 0.39% 0.64% -
XYZ 23.27 18.19 21.69 -
YUV 121.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 163 99 125 0 0.39 0.23 0.36 335.63 0.26 0.51
Hex A3 63 7D 0 27 17 24 150 1A 33
Octal 243 143 175 0 47 27 44 520 32 63
Binary 10100011 1100011 1111101 0 100111 10111 100100 101010000 11010 110011

Color Harmonies of #A3637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3637D

Black with #A3637D

Text Example


Text Example

White with #A3637D

Text Example


Text Example

HTML Codes & Css Web 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>