#A73163

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

Shades of Rouge #A73163

Tints of Rouge #A73163

Color information

#A73163 (or 0xA73163) is unknown color: approx Rouge. HEX triplet: A7, 31 and 63. RGB value is (167,49,99). Sum of RGB (Red+Green+Blue) = 167+49+99=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A73163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73163 is #58CE9C. Grayscale: #595959. Windows color (decimal): -5820061 or 6500775. OLE color: 6500775.

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

Color convert

RGB1674999-
CMYK00.710.410.35
HSL334.58º54.63%42.35%-
HSV(B)334.58º70.66%65.49%-
XYZ19.2911.3112.97-
YUV89.98133.09182.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=53.02%
G=15.56%
B=31.43%

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
Decimal167499900.710.410.35334.5854.6342.35
HexA73163047292314f372a
Octal24761143010751435176752
Binary10100111110001110001101000111101001100011101001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73163; }

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

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

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

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

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

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

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

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