Html Css Color HEX #A44664 Rouge

📋 copy color: '#A44664'

red 164 ◦ green 70 ◦ blue 100

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

Shades of Rouge #A44664

Tints of Rouge #A44664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 49.1%
G = 20.96%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A44664 (or 0xA44664) is known color: Rouge. HEX triplet: A4, 46 and 64. RGB value is (164,70,100). Sum of RGB (Red+Green+Blue) = 164+70+100=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A44664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44664 is #5BB99B. Grayscale: #656565. Windows color (decimal): -6011292 or 6571684. OLE color: 6571684.

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

Color convert

RGB 164 70 100 -
CMYK 0 0.57 0.39 0.36
HSL 340.85º 0.4% 0.46% -
HSV(B) 340.85º 0.57% 0.64% -
XYZ 19.8 13.19 13.56 -
YUV 101.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 164 70 100 0 0.57 0.39 0.36 340.85 0.4 0.46
Hex A4 46 64 0 39 27 24 155 28 2E
Octal 244 106 144 0 71 47 44 525 50 56
Binary 10100100 1000110 1100100 0 111001 100111 100100 101010101 101000 101110

Color Harmonies of #A44664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44664

Black with #A44664

Text Example


Text Example

White with #A44664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44664; }

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

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

background-color css

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

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

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

border-color css

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

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

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