#A2496A

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

Shades of Rouge #A2496A

Tints of Rouge #A2496A

Color information

#A2496A (or 0xA2496A) is unknown color: approx Rouge. HEX triplet: A2, 49 and 6A. RGB value is (162,73,106). Sum of RGB (Red+Green+Blue) = 162+73+106=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2496A is #5DB695. Grayscale: #676767. Windows color (decimal): -6141590 or 6965666. OLE color: 6965666.

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

Color convert

RGB16273106-
CMYK00.550.350.36
HSL337.75º37.87%46.08%-
HSV(B)337.75º54.94%63.53%-
XYZ19.8813.4915.19-
YUV103.37129.49169.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=47.51%
G=21.41%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627310600.550.350.36337.7537.8746.08
HexA2496A0372324152262e
Octal24211115206743445224656
Binary10100010100100111010100110111100011100100101010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2496A; }

 p { color: rgb(162,73,106); }

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

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

 a { background-color: rgb(162,73,106); }

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

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

 span { border-color: rgb(162,73,106); }

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