#A0496E

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

Shades of Rouge #A0496E

Tints of Rouge #A0496E

Color information

#A0496E (or 0xA0496E) is unknown color: approx Rouge. HEX triplet: A0, 49 and 6E. RGB value is (160,73,110). Sum of RGB (Red+Green+Blue) = 160+73+110=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0496E is #5FB691. Grayscale: #676767. Windows color (decimal): -6272658 or 7227808. OLE color: 7227808.

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

Color convert

RGB16073110-
CMYK00.540.310.37
HSL334.48º37.34%45.69%-
HSV(B)334.48º54.37%62.75%-
XYZ19.6913.3616.29-
YUV103.23131.82168.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=46.65%
G=21.28%
B=32.07%

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
Decimal1607311000.540.310.37334.4837.3445.69
HexA0496E0361F2514e252e
Octal24011115606637455164556
Binary1010000010010011101110011011011111100101101001110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0496E; }

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

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

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

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

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

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

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

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