#A73C70

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

Shades of Rouge #A73C70

Tints of Rouge #A73C70

Color information

#A73C70 (or 0xA73C70) is unknown color: approx Rouge. HEX triplet: A7, 3C and 70. RGB value is (167,60,112). Sum of RGB (Red+Green+Blue) = 167+60+112=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C70 is #58C38F. Grayscale: #616161. Windows color (decimal): -5817232 or 7355559. OLE color: 7355559.

HSL color Cylindrical-coordinate representation of color #A73C70: hue angle of 330.84º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C70 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16760112-
CMYK00.640.330.35
HSL330.84º47.14%44.51%-
HSV(B)330.84º64.07%65.49%-
XYZ20.4812.6216.69-
YUV97.92135.95177.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=49.26%
G=17.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676011200.640.330.35330.8447.1444.51
HexA73C70040212314b2f2d
Octal24774160010041435135755
Binary10100111111100111000001000000100001100011101001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C70; }

 p { color: rgb(167,60,112); }

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

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

 a { background-color: rgb(167,60,112); }

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

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

 span { border-color: rgb(167,60,112); }

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