Html Css Color HEX #A14972 Rouge

📋 copy color: '#A14972'

red 161 ◦ green 73 ◦ blue 114

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

Shades of Rouge #A14972

Tints of Rouge #A14972

RGB

 RED value IS 161 (63.28% from 255) = 46.26%

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

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

R = 46.26%
G = 20.98%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14972 (or 0xA14972) is known color: Rouge. HEX triplet: A1, 49 and 72. RGB value is (161,73,114). Sum of RGB (Red+Green+Blue) = 161+73+114=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14972 is #5EB68D. Grayscale: #676767. Windows color (decimal): -6207118 or 7489953. OLE color: 7489953.

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

Color convert

RGB 161 73 114 -
CMYK 0 0.55 0.29 0.37
HSL 332.05º 0.38% 0.46% -
HSV(B) 332.05º 0.55% 0.63% -
XYZ 20.12 13.56 17.48 -
YUV 103.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 161 73 114 0 0.55 0.29 0.37 332.05 0.38 0.46
Hex A1 49 72 0 37 1D 25 14C 26 2E
Octal 241 111 162 0 67 35 45 514 46 56
Binary 10100001 1001001 1110010 0 110111 11101 100101 101001100 100110 101110

Color Harmonies of #A14972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14972

Black with #A14972

Text Example


Text Example

White with #A14972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14972; }

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

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

background-color css

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

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

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

border-color css

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

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

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