#A03760

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

Shades of Rouge #A03760

Tints of Rouge #A03760

Color information

#A03760 (or 0xA03760) is unknown color: approx Rouge. HEX triplet: A0, 37 and 60. RGB value is (160,55,96). Sum of RGB (Red+Green+Blue) = 160+55+96=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A03760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03760 is #5FC89F. Grayscale: #5B5B5B. Windows color (decimal): -6277280 or 6305696. OLE color: 6305696.

HSL color Cylindrical-coordinate representation of color #A03760: hue angle of 336.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03760 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1605596-
CMYK00.660.40.37
HSL336.57º48.84%42.16%-
HSV(B)336.57º65.62%62.75%-
XYZ17.9711.0512.25-
YUV91.07130.79177.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=51.45%
G=17.68%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160559600.660.40.37336.5748.8442.16
HexA037600422825151312a
Octal24067140010250455216152
Binary10100000110111110000001000010101000100101101010001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03760; }

 p { color: rgb(160,55,96); }

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

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

 a { background-color: rgb(160,55,96); }

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

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

 span { border-color: rgb(160,55,96); }

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