#AD296D

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

Shades of Rouge #AD296D

Tints of Rouge #AD296D

Color information

#AD296D (or 0xAD296D) is unknown color: approx Rouge. HEX triplet: AD, 29 and 6D. RGB value is (173,41,109). Sum of RGB (Red+Green+Blue) = 173+41+109=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD296D is #52D692. Grayscale: #585858. Windows color (decimal): -5428883 or 7154093. OLE color: 7154093.

HSL color Cylindrical-coordinate representation of color #AD296D: hue angle of 329.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD296D is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17341109-
CMYK00.760.370.32
HSL329.09º61.68%41.96%-
HSV(B)329.09º76.3%67.84%-
XYZ20.7911.5715.61-
YUV88.22139.73188.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=53.56%
G=12.69%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734110900.760.370.32329.0961.6841.96
HexAD296D04C25201493e2a
Octal25551155011445405117652
Binary10101101101001110110101001100100101100000101001001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD296D; }

 p { color: rgb(173,41,109); }

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

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

 a { background-color: rgb(173,41,109); }

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

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

 span { border-color: rgb(173,41,109); }

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