#A9296A

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

Shades of Rouge #A9296A

Tints of Rouge #A9296A

Color information

#A9296A (or 0xA9296A) is unknown color: approx Rouge. HEX triplet: A9, 29 and 6A. RGB value is (169,41,106). Sum of RGB (Red+Green+Blue) = 169+41+106=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9296A is #56D695. Grayscale: #565656. Windows color (decimal): -5691030 or 6957481. OLE color: 6957481.

HSL color Cylindrical-coordinate representation of color #A9296A: hue angle of 329.53º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9296A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16941106-
CMYK00.760.370.34
HSL329.53º60.95%41.18%-
HSV(B)329.53º75.74%66.27%-
XYZ19.7611.0614.73-
YUV86.68138.91186.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=53.48%
G=12.97%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694110600.760.370.34329.5360.9541.18
HexA9296A04C252214a3d29
Octal25151152011445425127551
Binary10101001101001110101001001100100101100010101001010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9296A; }

 p { color: rgb(169,41,106); }

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

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

 a { background-color: rgb(169,41,106); }

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

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

 span { border-color: rgb(169,41,106); }

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