#A73B76

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

Shades of Rouge #A73B76

Tints of Rouge #A73B76

Color information

#A73B76 (or 0xA73B76) is unknown color: approx Rouge. HEX triplet: A7, 3B and 76. RGB value is (167,59,118). Sum of RGB (Red+Green+Blue) = 167+59+118=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73B76 is #58C489. Grayscale: #616161. Windows color (decimal): -5817482 or 7748519. OLE color: 7748519.

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

Color convert

RGB16759118-
CMYK00.650.290.35
HSL327.22º47.79%44.31%-
HSV(B)327.22º64.67%65.49%-
XYZ20.7712.6518.49-
YUV98.02139.28177.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 59 (23.44% from 255) = 17.15%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=48.55%
G=17.15%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675911800.650.290.35327.2247.7944.31
HexA73B760411D23147302c
Octal24773166010135435076054
Binary1010011111101111101100100000111101100011101000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73B76; }

 p { color: rgb(167,59,118); }

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

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

 a { background-color: rgb(167,59,118); }

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

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

 span { border-color: rgb(167,59,118); }

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