#A14971

Color #A14971 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A14971

Tints of Rouge #A14971

Color information

#A14971 (or 0xA14971) is unknown color: approx Rouge. HEX triplet: A1, 49 and 71. RGB value is (161,73,113). Sum of RGB (Red+Green+Blue) = 161+73+113=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14971 is #5EB68E. Grayscale: #676767. Windows color (decimal): -6207119 or 7424417. OLE color: 7424417.

HSL color Cylindrical-coordinate representation of color #A14971: hue angle of 332.73º 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 #A14971 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16173113-
CMYK00.550.300.37
HSL332.73º37.61%45.88%-
HSV(B)332.73º54.66%63.14%-
XYZ20.0613.5317.18-
YUV103.87133.15168.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=46.40%
G=21.04%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617311300.550.300.37332.7337.6145.88
HexA149710371E2514d262e
Octal24111116106736455154656
Binary1010000110010011110001011011111110100101101001101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14971; }

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

 H1.HeaderClassName
 {
   color: #A14971;
 }
 .AnyTagClassName
 {
   color: #A14971;
 }
</style>
background-color css

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

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

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

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

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

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