#A04672

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

Shades of Rouge #A04672

Tints of Rouge #A04672

Color information

#A04672 (or 0xA04672) is unknown color: approx Rouge. HEX triplet: A0, 46 and 72. RGB value is (160,70,114). Sum of RGB (Red+Green+Blue) = 160+70+114=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04672 is #5FB98D. Grayscale: #656565. Windows color (decimal): -6273422 or 7489184. OLE color: 7489184.

HSL color Cylindrical-coordinate representation of color #A04672: hue angle of 330.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04672 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16070114-
CMYK00.560.290.37
HSL330.67º39.13%45.1%-
HSV(B)330.67º56.25%62.75%-
XYZ19.7213.0717.4-
YUV101.93134.82169.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=46.51%
G=20.35%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607011400.560.290.37330.6739.1345.1
HexA046720381D2514b272d
Octal24010616207035455134755
Binary1010000010001101110010011100011101100101101001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04672; }

 p { color: rgb(160,70,114); }

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

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

 a { background-color: rgb(160,70,114); }

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

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

 span { border-color: rgb(160,70,114); }

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