#A73162

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

Shades of Rouge #A73162

Tints of Rouge #A73162

Color information

#A73162 (or 0xA73162) is unknown color: approx Rouge. HEX triplet: A7, 31 and 62. RGB value is (167,49,98). Sum of RGB (Red+Green+Blue) = 167+49+98=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A73162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73162 is #58CE9D. Grayscale: #595959. Windows color (decimal): -5820062 or 6435239. OLE color: 6435239.

HSL color Cylindrical-coordinate representation of color #A73162: hue angle of 335.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73162 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1674998-
CMYK00.710.410.35
HSL335.08º54.63%42.35%-
HSV(B)335.08º70.66%65.49%-
XYZ19.2411.2912.72-
YUV89.87132.59183.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=53.18%
G=15.61%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167499800.710.410.35335.0854.6342.35
HexA73162047292314f372a
Octal24761142010751435176752
Binary10100111110001110001001000111101001100011101001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73162; }

 p { color: rgb(167,49,98); }

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

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

 a { background-color: rgb(167,49,98); }

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

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

 span { border-color: rgb(167,49,98); }

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