#A73960

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

Shades of Rouge #A73960

Tints of Rouge #A73960

Color information

#A73960 (or 0xA73960) is unknown color: approx Rouge. HEX triplet: A7, 39 and 60. RGB value is (167,57,96). Sum of RGB (Red+Green+Blue) = 167+57+96=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A73960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73960 is #58C69F. Grayscale: #5E5E5E. Windows color (decimal): -5818016 or 6306215. OLE color: 6306215.

HSL color Cylindrical-coordinate representation of color #A73960: hue angle of 338.73º degrees, saturation: 0.49, 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 #A73960 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1675796-
CMYK00.660.430.35
HSL338.73º49.11%43.92%-
HSV(B)338.73º65.87%65.49%-
XYZ19.5111.9912.35-
YUV94.34128.94179.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 96 (37.89% from 255) = 30%
R=52.19%
G=17.81%
B=30%

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
Decimal167579600.660.430.35338.7349.1143.92
HexA739600422B23153312c
Octal24771140010253435236154
Binary10100111111001110000001000010101011100011101010011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73960; }

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

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

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

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

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

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

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

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