Html Css Color HEX #AD2049 Old Rose

📋 copy color: '#AD2049'

red 173 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #AD2049

Tints of Old Rose #AD2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 62.23%
G = 11.51%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2049 (or 0xAD2049) is known color: Old Rose. HEX triplet: AD, 20 and 49. RGB value is (173,32,73). Sum of RGB (Red+Green+Blue) = 173+32+73=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2049 is #52DFB6. Grayscale: #4E4E4E. Windows color (decimal): -5431223 or 4792493. OLE color: 4792493.

HSL color Cylindrical-coordinate representation of color #AD2049: hue angle of 342.55º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2049 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 73 -
CMYK 0 0.82 0.58 0.32
HSL 342.55º 0.69% 0.4% -
HSV(B) 342.55º 0.82% 0.68% -
XYZ 18.95 10.4 7.31 -
YUV 78.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 173 32 73 0 0.82 0.58 0.32 342.55 0.69 0.4
Hex AD 20 49 0 52 3A 20 157 45 28
Octal 255 40 111 0 122 72 40 527 105 50
Binary 10101101 100000 1001001 0 1010010 111010 100000 101010111 1000101 101000

Color Harmonies of #AD2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2049

Black with #AD2049

Text Example


Text Example

White with #AD2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2049; }

 p { color: rgb(173,32,73); }

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

background-color css

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

 a { background-color: rgb(173,32,73); }

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

border-color css

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

 span { border-color: rgb(173,32,73); }

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