Html Css Color HEX #A44864 Rouge

📋 copy color: '#A44864'

red 164 ◦ green 72 ◦ blue 100

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

Shades of Rouge #A44864

Tints of Rouge #A44864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 48.81%
G = 21.43%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A44864 (or 0xA44864) is known color: Rouge. HEX triplet: A4, 48 and 64. RGB value is (164,72,100). Sum of RGB (Red+Green+Blue) = 164+72+100=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A44864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44864 is #5BB79B. Grayscale: #666666. Windows color (decimal): -6010780 or 6572196. OLE color: 6572196.

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

Color convert

RGB 164 72 100 -
CMYK 0 0.56 0.39 0.36
HSL 341.74º 0.39% 0.46% -
HSV(B) 341.74º 0.56% 0.64% -
XYZ 19.93 13.45 13.6 -
YUV 102.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 164 72 100 0 0.56 0.39 0.36 341.74 0.39 0.46
Hex A4 48 64 0 38 27 24 156 27 2E
Octal 244 110 144 0 70 47 44 526 47 56
Binary 10100100 1001000 1100100 0 111000 100111 100100 101010110 100111 101110

Color Harmonies of #A44864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44864

Black with #A44864

Text Example


Text Example

White with #A44864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44864; }

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

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

background-color css

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

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

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

border-color css

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

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

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