#A03975

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

Shades of Rouge #A03975

Tints of Rouge #A03975

Color information

#A03975 (or 0xA03975) is unknown color: approx Rouge. HEX triplet: A0, 39 and 75. RGB value is (160,57,117). Sum of RGB (Red+Green+Blue) = 160+57+117=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03975 is #5FC68A. Grayscale: #5E5E5E. Windows color (decimal): -6276747 or 7682464. OLE color: 7682464.

HSL color Cylindrical-coordinate representation of color #A03975: hue angle of 325.05º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03975 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16057117-
CMYK00.640.270.37
HSL325.05º47.47%42.55%-
HSV(B)325.05º64.38%62.75%-
XYZ19.1711.6818.07-
YUV94.64140.62174.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=47.90%
G=17.07%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605711700.640.270.37325.0547.4742.55
HexA039750401B251452f2b
Octal24071165010033455055753
Binary1010000011100111101010100000011011100101101000101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03975; }

 p { color: rgb(160,57,117); }

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

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

 a { background-color: rgb(160,57,117); }

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

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

 span { border-color: rgb(160,57,117); }

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