Html Css Color HEX #AD2149 Old Rose

📋 copy color: '#AD2149'

red 173 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #AD2149

Tints of Old Rose #AD2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 62.01%
G = 11.83%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2149 (or 0xAD2149) is known color: Old Rose. HEX triplet: AD, 21 and 49. RGB value is (173,33,73). Sum of RGB (Red+Green+Blue) = 173+33+73=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2149 is #52DEB6. Grayscale: #4F4F4F. Windows color (decimal): -5430967 or 4792749. OLE color: 4792749.

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

Color convert

RGB 173 33 73 -
CMYK 0 0.81 0.58 0.32
HSL 342.86º 0.68% 0.4% -
HSV(B) 342.86º 0.81% 0.68% -
XYZ 18.98 10.45 7.32 -
YUV 79.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 173 33 73 0 0.81 0.58 0.32 342.86 0.68 0.4
Hex AD 21 49 0 51 3A 20 157 44 28
Octal 255 41 111 0 121 72 40 527 104 50
Binary 10101101 100001 1001001 0 1010001 111010 100000 101010111 1000100 101000

Color Harmonies of #AD2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2149

Black with #AD2149

Text Example


Text Example

White with #AD2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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