#A73860

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

Shades of Rouge #A73860

Tints of Rouge #A73860

Color information

#A73860 (or 0xA73860) is unknown color: approx Rouge. HEX triplet: A7, 38 and 60. RGB value is (167,56,96). Sum of RGB (Red+Green+Blue) = 167+56+96=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A73860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73860 is #58C79F. Grayscale: #5D5D5D. Windows color (decimal): -5818272 or 6305959. OLE color: 6305959.

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

Color convert

RGB1675696-
CMYK00.660.430.35
HSL338.38º49.78%43.73%-
HSV(B)338.38º66.47%65.49%-
XYZ19.4611.8912.34-
YUV93.75129.27180.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=52.35%
G=17.55%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167569600.660.430.35338.3849.7843.73
HexA738600422B23152322c
Octal24770140010253435226254
Binary10100111111000110000001000010101011100011101010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73860; }

 p { color: rgb(167,56,96); }

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

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

 a { background-color: rgb(167,56,96); }

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

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

 span { border-color: rgb(167,56,96); }

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