Html Css Color HEX #AD3472 Rouge

📋 copy color: '#AD3472'

red 173 ◦ green 52 ◦ blue 114

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

Shades of Rouge #AD3472

Tints of Rouge #AD3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 51.03%
G = 15.34%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD3472 (or 0xAD3472) is known color: Rouge. HEX triplet: AD, 34 and 72. RGB value is (173,52,114). Sum of RGB (Red+Green+Blue) = 173+52+114=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3472 is #52CB8D. Grayscale: #5F5F5F. Windows color (decimal): -5426062 or 7484589. OLE color: 7484589.

HSL color Cylindrical-coordinate representation of color #AD3472: hue angle of 329.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3472 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 114 -
CMYK 0 0.70 0.34 0.32
HSL 329.26º 0.54% 0.44% -
HSV(B) 329.26º 0.7% 0.68% -
XYZ 21.5 12.56 17.21 -
YUV 95.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 173 52 114 0 0.70 0.34 0.32 329.26 0.54 0.44
Hex AD 34 72 0 46 22 20 149 36 2C
Octal 255 64 162 0 106 42 40 511 66 54
Binary 10101101 110100 1110010 0 1000110 100010 100000 101001001 110110 101100

Color Harmonies of #AD3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3472

Black with #AD3472

Text Example


Text Example

White with #AD3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3472; }

 p { color: rgb(173,52,114); }

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

background-color css

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

 a { background-color: rgb(173,52,114); }

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

border-color css

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

 span { border-color: rgb(173,52,114); }

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