#AD295E

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

Shades of Rouge #AD295E

Tints of Rouge #AD295E

Color information

#AD295E (or 0xAD295E) is unknown color: approx Rouge. HEX triplet: AD, 29 and 5E. RGB value is (173,41,94). Sum of RGB (Red+Green+Blue) = 173+41+94=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD295E is #52D6A1. Grayscale: #565656. Windows color (decimal): -5428898 or 6171053. OLE color: 6171053.

HSL color Cylindrical-coordinate representation of color #AD295E: hue angle of 335.91º 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 #AD295E is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1734194-
CMYK00.760.460.32
HSL335.91º61.68%41.96%-
HSV(B)335.91º76.3%67.84%-
XYZ20.0511.2811.71-
YUV86.51132.23189.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=56.17%
G=13.31%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173419400.760.460.32335.9161.6841.96
HexAD295E04C2E201503e2a
Octal25551136011456405207652
Binary10101101101001101111001001100101110100000101010000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD295E; }

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

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

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

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

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

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

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

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