#A73974

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

Shades of Rouge #A73974

Tints of Rouge #A73974

Color information

#A73974 (or 0xA73974) is unknown color: approx Rouge. HEX triplet: A7, 39 and 74. RGB value is (167,57,116). Sum of RGB (Red+Green+Blue) = 167+57+116=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A73974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73974 is #58C68B. Grayscale: #606060. Windows color (decimal): -5817996 or 7616935. OLE color: 7616935.

HSL color Cylindrical-coordinate representation of color #A73974: hue angle of 327.82º 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 #A73974 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16757116-
CMYK00.660.310.35
HSL327.82º49.11%43.92%-
HSV(B)327.82º65.87%65.49%-
XYZ20.5512.417.83-
YUV96.62138.94178.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=49.12%
G=16.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675711600.660.310.35327.8249.1143.92
HexA739740421F23148312c
Octal24771164010237435106154
Binary1010011111100111101000100001011111100011101001000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73974; }

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

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

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

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

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

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

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

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