Html Css Color HEX #AD3470 Rouge

📋 copy color: '#AD3470'

red 173 ◦ green 52 ◦ blue 112

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

Shades of Rouge #AD3470

Tints of Rouge #AD3470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 51.34%
G = 15.43%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3470 (or 0xAD3470) is known color: Rouge. HEX triplet: AD, 34 and 70. RGB value is (173,52,112). Sum of RGB (Red+Green+Blue) = 173+52+112=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3470 is #52CB8F. Grayscale: #5E5E5E. Windows color (decimal): -5426064 or 7353517. OLE color: 7353517.

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

Color convert

RGB 173 52 112 -
CMYK 0 0.70 0.35 0.32
HSL 330.25º 0.54% 0.44% -
HSV(B) 330.25º 0.7% 0.68% -
XYZ 21.39 12.51 16.62 -
YUV 95.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 173 52 112 0 0.70 0.35 0.32 330.25 0.54 0.44
Hex AD 34 70 0 46 23 20 14A 36 2C
Octal 255 64 160 0 106 43 40 512 66 54
Binary 10101101 110100 1110000 0 1000110 100011 100000 101001010 110110 101100

Color Harmonies of #AD3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3470

Black with #AD3470

Text Example


Text Example

White with #AD3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3470; }

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

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

background-color css

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

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

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

border-color css

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

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

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