#A04674

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

Shades of Rouge #A04674

Tints of Rouge #A04674

Color information

#A04674 (or 0xA04674) is unknown color: approx Rouge. HEX triplet: A0, 46 and 74. RGB value is (160,70,116). Sum of RGB (Red+Green+Blue) = 160+70+116=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04674 is #5FB98B. Grayscale: #666666. Windows color (decimal): -6273420 or 7620256. OLE color: 7620256.

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

Color convert

RGB16070116-
CMYK00.560.280.37
HSL329.33º39.13%45.1%-
HSV(B)329.33º56.25%62.75%-
XYZ19.8413.1118.01-
YUV102.15135.82169.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=46.24%
G=20.23%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607011600.560.280.37329.3339.1345.1
HexA046740381C25149272d
Octal24010616407034455114755
Binary1010000010001101110100011100011100100101101001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04674; }

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

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

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

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

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

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

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

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