Html Css Color HEX #AD2649 Old Rose

📋 copy color: '#AD2649'

red 173 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #AD2649

Tints of Old Rose #AD2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 60.92%
G = 13.38%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2649 (or 0xAD2649) is known color: Old Rose. HEX triplet: AD, 26 and 49. RGB value is (173,38,73). Sum of RGB (Red+Green+Blue) = 173+38+73=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2649 is #52D9B6. Grayscale: #525252. Windows color (decimal): -5429687 or 4794029. OLE color: 4794029.

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

Color convert

RGB 173 38 73 -
CMYK 0 0.78 0.58 0.32
HSL 344.44º 0.64% 0.41% -
HSV(B) 344.44º 0.78% 0.68% -
XYZ 19.13 10.75 7.37 -
YUV 82.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 173 38 73 0 0.78 0.58 0.32 344.44 0.64 0.41
Hex AD 26 49 0 4E 3A 20 158 40 29
Octal 255 46 111 0 116 72 40 530 100 51
Binary 10101101 100110 1001001 0 1001110 111010 100000 101011000 1000000 101001

Color Harmonies of #AD2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2649

Black with #AD2649

Text Example


Text Example

White with #AD2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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