#A73771

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

Shades of Rouge #A73771

Tints of Rouge #A73771

Color information

#A73771 (or 0xA73771) is unknown color: approx Rouge. HEX triplet: A7, 37 and 71. RGB value is (167,55,113). Sum of RGB (Red+Green+Blue) = 167+55+113=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A73771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73771 is #58C88E. Grayscale: #5E5E5E. Windows color (decimal): -5818511 or 7419815. OLE color: 7419815.

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

Color convert

RGB16755113-
CMYK00.670.320.35
HSL328.93º50.45%43.53%-
HSV(B)328.93º67.07%65.49%-
XYZ20.2812.1416.9-
YUV95.1138.11179.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=49.85%
G=16.42%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675511300.670.320.35328.9350.4543.53
HexA737710432023149322c
Octal24767161010340435116254
Binary10100111110111111000101000011100000100011101001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73771; }

 p { color: rgb(167,55,113); }

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

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

 a { background-color: rgb(167,55,113); }

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

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

 span { border-color: rgb(167,55,113); }

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