#A73972

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

Shades of Rouge #A73972

Tints of Rouge #A73972

Color information

#A73972 (or 0xA73972) is unknown color: approx Rouge. HEX triplet: A7, 39 and 72. RGB value is (167,57,114). Sum of RGB (Red+Green+Blue) = 167+57+114=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A73972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73972 is #58C68D. Grayscale: #606060. Windows color (decimal): -5817998 or 7485863. OLE color: 7485863.

HSL color Cylindrical-coordinate representation of color #A73972: hue angle of 328.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73972 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16757114-
CMYK00.660.320.35
HSL328.91º49.11%43.92%-
HSV(B)328.91º65.87%65.49%-
XYZ20.4412.3617.23-
YUV96.39137.94178.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=49.41%
G=16.86%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675711400.660.320.35328.9149.1143.92
HexA739720422023149312c
Octal24771162010240435116154
Binary10100111111001111001001000010100000100011101001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73972; }

 p { color: rgb(167,57,114); }

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

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

 a { background-color: rgb(167,57,114); }

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

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

 span { border-color: rgb(167,57,114); }

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