#A0496F

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

Shades of Rouge #A0496F

Tints of Rouge #A0496F

Color information

#A0496F (or 0xA0496F) is unknown color: approx Rouge. HEX triplet: A0, 49 and 6F. RGB value is (160,73,111). Sum of RGB (Red+Green+Blue) = 160+73+111=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A0496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0496F is #5FB690. Grayscale: #676767. Windows color (decimal): -6272657 or 7293344. OLE color: 7293344.

HSL color Cylindrical-coordinate representation of color #A0496F: hue angle of 333.79º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0496F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16073111-
CMYK00.540.310.37
HSL333.79º37.34%45.69%-
HSV(B)333.79º54.37%62.75%-
XYZ19.7513.3916.58-
YUV103.34132.32168.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=46.51%
G=21.22%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607311100.540.310.37333.7937.3445.69
HexA0496F0361F2514e252e
Octal24011115706637455164556
Binary1010000010010011101111011011011111100101101001110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0496F; }

 p { color: rgb(160,73,111); }

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

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

 a { background-color: rgb(160,73,111); }

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

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

 span { border-color: rgb(160,73,111); }

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