Html Css Color HEX #AD1A49 Old Rose

📋 copy color: '#AD1A49'

red 173 ◦ green 26 ◦ blue 73

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

Shades of Old Rose #AD1A49

Tints of Old Rose #AD1A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.56%

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

R = 63.6%
G = 9.56%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1A49 (or 0xAD1A49) is known color: Old Rose. HEX triplet: AD, 1A and 49. RGB value is (173,26,73). Sum of RGB (Red+Green+Blue) = 173+26+73=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A49 is #52E5B6. Grayscale: #4B4B4B. Windows color (decimal): -5432759 or 4790957. OLE color: 4790957.

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

Color convert

RGB 173 26 73 -
CMYK 0 0.85 0.58 0.32
HSL 340.82º 0.74% 0.39% -
HSV(B) 340.82º 0.85% 0.68% -
XYZ 18.81 10.1 7.26 -
YUV 75.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 173 26 73 0 0.85 0.58 0.32 340.82 0.74 0.39
Hex AD 1A 49 0 55 3A 20 155 4A 27
Octal 255 32 111 0 125 72 40 525 112 47
Binary 10101101 11010 1001001 0 1010101 111010 100000 101010101 1001010 100111

Color Harmonies of #AD1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A49

Black with #AD1A49

Text Example


Text Example

White with #AD1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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