#ad3c5e

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

Shades of Rouge #AD3C5E

Tints of Rouge #AD3C5E

Color information

#AD3C5E (or 0xAD3C5E) is unknown color: approx Rouge. HEX triplet: AD, 3C and 5E. RGB value is (173,60,94). Sum of RGB (Red+Green+Blue) = 173+60+94=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3C5E is #52C3A1. Grayscale: #616161. Windows color (decimal): -5424034 or 6175917. OLE color: 6175917.

HSL color Cylindrical-coordinate representation of color #AD3C5E: hue angle of 341.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3C5E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1736094-
CMYK00.650.460.32
HSL341.95º48.5%45.69%-
HSV(B)341.95º65.32%67.84%-
XYZ20.8712.9211.98-
YUV97.66125.94181.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=52.91%
G=18.35%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173609400.650.460.32341.9548.545.69
HexAD3C5E0412E20156302e
Octal25574136010156405266056
Binary10101101111100101111001000001101110100000101010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3c5e; }

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

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

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

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

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

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

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

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