Html Css Color HEX #A44963 Rouge

📋 copy color: '#A44963'

red 164 ◦ green 73 ◦ blue 99

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

Shades of Rouge #A44963

Tints of Rouge #A44963

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 48.81%
G = 21.73%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A44963 (or 0xA44963) is known color: Rouge. HEX triplet: A4, 49 and 63. RGB value is (164,73,99). Sum of RGB (Red+Green+Blue) = 164+73+99=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A44963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44963 is #5BB69C. Grayscale: #676767. Windows color (decimal): -6010525 or 6506916. OLE color: 6506916.

HSL color Cylindrical-coordinate representation of color #A44963: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44963 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 99 -
CMYK 0 0.55 0.40 0.36
HSL 342.86º 0.38% 0.46% -
HSV(B) 342.86º 0.55% 0.64% -
XYZ 19.94 13.56 13.37 -
YUV 103.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 164 73 99 0 0.55 0.40 0.36 342.86 0.38 0.46
Hex A4 49 63 0 37 28 24 157 26 2E
Octal 244 111 143 0 67 50 44 527 46 56
Binary 10100100 1001001 1100011 0 110111 101000 100100 101010111 100110 101110

Color Harmonies of #A44963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44963

Black with #A44963

Text Example


Text Example

White with #A44963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44963; }

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

 H1.HeaderClassName
 {
   color: #A44963;
 }
 .AnyTagClassName
 {
   color: #A44963;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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