Html Css Color HEX #A44863 Rouge

📋 copy color: '#A44863'

red 164 ◦ green 72 ◦ blue 99

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

Shades of Rouge #A44863

Tints of Rouge #A44863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 48.96%
G = 21.49%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A44863 (or 0xA44863) is known color: Rouge. HEX triplet: A4, 48 and 63. RGB value is (164,72,99). Sum of RGB (Red+Green+Blue) = 164+72+99=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A44863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44863 is #5BB79C. Grayscale: #666666. Windows color (decimal): -6010781 or 6506660. OLE color: 6506660.

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

Color convert

RGB 164 72 99 -
CMYK 0 0.56 0.40 0.36
HSL 342.39º 0.39% 0.46% -
HSV(B) 342.39º 0.56% 0.64% -
XYZ 19.88 13.43 13.35 -
YUV 102.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 164 72 99 0 0.56 0.40 0.36 342.39 0.39 0.46
Hex A4 48 63 0 38 28 24 156 27 2E
Octal 244 110 143 0 70 50 44 526 47 56
Binary 10100100 1001000 1100011 0 111000 101000 100100 101010110 100111 101110

Color Harmonies of #A44863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44863

Black with #A44863

Text Example


Text Example

White with #A44863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44863; }

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

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

background-color css

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

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

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

border-color css

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

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

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