Html Css Color HEX #AD3044 Old Rose

📋 copy color: '#AD3044'

red 173 ◦ green 48 ◦ blue 68

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

Shades of Old Rose #AD3044

Tints of Old Rose #AD3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 59.86%
G = 16.61%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD3044 (or 0xAD3044) is known color: Old Rose. HEX triplet: AD, 30 and 44. RGB value is (173,48,68). Sum of RGB (Red+Green+Blue) = 173+48+68=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3044 is #52CFBB. Grayscale: #575757. Windows color (decimal): -5427132 or 4468909. OLE color: 4468909.

HSL color Cylindrical-coordinate representation of color #AD3044: hue angle of 350.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3044 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 68 -
CMYK 0 0.72 0.61 0.32
HSL 350.4º 0.57% 0.43% -
HSV(B) 350.4º 0.72% 0.68% -
XYZ 19.33 11.42 6.65 -
YUV 87.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 173 48 68 0 0.72 0.61 0.32 350.4 0.57 0.43
Hex AD 30 44 0 48 3D 20 15E 39 2B
Octal 255 60 104 0 110 75 40 536 71 53
Binary 10101101 110000 1000100 0 1001000 111101 100000 101011110 111001 101011

Color Harmonies of #AD3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3044

Black with #AD3044

Text Example


Text Example

White with #AD3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3044; }

 p { color: rgb(173,48,68); }

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

background-color css

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

 a { background-color: rgb(173,48,68); }

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

border-color css

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

 span { border-color: rgb(173,48,68); }

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