Html Css Color HEX #A04972 Rouge

📋 copy color: '#A04972'

red 160 ◦ green 73 ◦ blue 114

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

Shades of Rouge #A04972

Tints of Rouge #A04972

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 46.11%
G = 21.04%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04972 (or 0xA04972) is known color: Rouge. HEX triplet: A0, 49 and 72. RGB value is (160,73,114). Sum of RGB (Red+Green+Blue) = 160+73+114=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04972 is #5FB68D. Grayscale: #676767. Windows color (decimal): -6272654 or 7489952. OLE color: 7489952.

HSL color Cylindrical-coordinate representation of color #A04972: hue angle of 331.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04972 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 114 -
CMYK 0 0.54 0.29 0.37
HSL 331.72º 0.37% 0.46% -
HSV(B) 331.72º 0.54% 0.63% -
XYZ 19.92 13.45 17.47 -
YUV 103.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 160 73 114 0 0.54 0.29 0.37 331.72 0.37 0.46
Hex A0 49 72 0 36 1D 25 14C 25 2E
Octal 240 111 162 0 66 35 45 514 45 56
Binary 10100000 1001001 1110010 0 110110 11101 100101 101001100 100101 101110

Color Harmonies of #A04972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04972

Black with #A04972

Text Example


Text Example

White with #A04972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04972; }

 p { color: rgb(160,73,114); }

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

background-color css

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

 a { background-color: rgb(160,73,114); }

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

border-color css

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

 span { border-color: rgb(160,73,114); }

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