Html Css Color HEX #AD3C61 Rouge

📋 copy color: '#AD3C61'

red 173 ◦ green 60 ◦ blue 97

#AD3C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD3C61

Tints of Rouge #AD3C61

RGB

 RED value IS 173 (67.97% from 255) = 52.42%

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 52.42%
G = 18.18%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD3C61 (or 0xAD3C61) is known color: Rouge. HEX triplet: AD, 3C and 61. RGB value is (173,60,97). Sum of RGB (Red+Green+Blue) = 173+60+97=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3C61 is #52C39E. Grayscale: #616161. Windows color (decimal): -5424031 or 6372525. OLE color: 6372525.

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

Color convert

RGB 173 60 97 -
CMYK 0 0.65 0.44 0.32
HSL 340.35º 0.48% 0.46% -
HSV(B) 340.35º 0.65% 0.68% -
XYZ 21.01 12.98 12.71 -
YUV 98.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 173 60 97 0 0.65 0.44 0.32 340.35 0.48 0.46
Hex AD 3C 61 0 41 2C 20 154 30 2E
Octal 255 74 141 0 101 54 40 524 60 56
Binary 10101101 111100 1100001 0 1000001 101100 100000 101010100 110000 101110

Color Harmonies of #AD3C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C61

Black with #AD3C61

Text Example


Text Example

White with #AD3C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C61; }

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

 H1.HeaderClassName
 {
   color: #AD3C61;
 }
 .AnyTagClassName
 {
   color: #AD3C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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