Html Css Color HEX #AD3270 Rouge

📋 copy color: '#AD3270'

red 173 ◦ green 50 ◦ blue 112

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

Shades of Rouge #AD3270

Tints of Rouge #AD3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 51.64%
G = 14.93%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3270 (or 0xAD3270) is known color: Rouge. HEX triplet: AD, 32 and 70. RGB value is (173,50,112). Sum of RGB (Red+Green+Blue) = 173+50+112=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3270 is #52CD8F. Grayscale: #5D5D5D. Windows color (decimal): -5426576 or 7353005. OLE color: 7353005.

HSL color Cylindrical-coordinate representation of color #AD3270: hue angle of 329.76º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3270 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 112 -
CMYK 0 0.71 0.35 0.32
HSL 329.76º 0.55% 0.44% -
HSV(B) 329.76º 0.71% 0.68% -
XYZ 21.3 12.34 16.59 -
YUV 93.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 173 50 112 0 0.71 0.35 0.32 329.76 0.55 0.44
Hex AD 32 70 0 47 23 20 14A 37 2C
Octal 255 62 160 0 107 43 40 512 67 54
Binary 10101101 110010 1110000 0 1000111 100011 100000 101001010 110111 101100

Color Harmonies of #AD3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3270

Black with #AD3270

Text Example


Text Example

White with #AD3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3270; }

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

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

background-color css

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

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

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

border-color css

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

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

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