#A1496E

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

Shades of Rouge #A1496E

Tints of Rouge #A1496E

Color information

#A1496E (or 0xA1496E) is unknown color: approx Rouge. HEX triplet: A1, 49 and 6E. RGB value is (161,73,110). Sum of RGB (Red+Green+Blue) = 161+73+110=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A1496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1496E is #5EB691. Grayscale: #676767. Windows color (decimal): -6207122 or 7227809. OLE color: 7227809.

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

Color convert

RGB16173110-
CMYK00.550.320.37
HSL334.77º37.61%45.88%-
HSV(B)334.77º54.66%63.14%-
XYZ19.8913.4716.3-
YUV103.53131.65168.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=46.80%
G=21.22%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617311000.550.320.37334.7737.6145.88
HexA1496E037202514f262e
Octal24111115606740455174656
Binary10100001100100111011100110111100000100101101001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1496E; }

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

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

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

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

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

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

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

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