#A03974

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

Shades of Rouge #A03974

Tints of Rouge #A03974

Color information

#A03974 (or 0xA03974) is unknown color: approx Rouge. HEX triplet: A0, 39 and 74. RGB value is (160,57,116). Sum of RGB (Red+Green+Blue) = 160+57+116=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A03974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03974 is #5FC68B. Grayscale: #5E5E5E. Windows color (decimal): -6276748 or 7616928. OLE color: 7616928.

HSL color Cylindrical-coordinate representation of color #A03974: hue angle of 325.63º 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 #A03974 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16057116-
CMYK00.640.280.37
HSL325.63º47.47%42.55%-
HSV(B)325.63º64.38%62.75%-
XYZ19.1111.6617.77-
YUV94.52140.12174.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=48.05%
G=17.12%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605711600.640.280.37325.6347.4742.55
HexA039740401C251462f2b
Octal24071164010034455065753
Binary1010000011100111101000100000011100100101101000110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03974; }

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

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

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

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

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

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

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

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