Html Css Color HEX #AD2044 Old Rose

📋 copy color: '#AD2044'

red 173 ◦ green 32 ◦ blue 68

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

Shades of Old Rose #AD2044

Tints of Old Rose #AD2044

RGB

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

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

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

R = 63.37%
G = 11.72%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD2044 (or 0xAD2044) is known color: Old Rose. HEX triplet: AD, 20 and 44. RGB value is (173,32,68). Sum of RGB (Red+Green+Blue) = 173+32+68=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2044 is #52DFBB. Grayscale: #4E4E4E. Windows color (decimal): -5431228 or 4464813. OLE color: 4464813.

HSL color Cylindrical-coordinate representation of color #AD2044: hue angle of 344.68º 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 #AD2044 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 68 -
CMYK 0 0.82 0.61 0.32
HSL 344.68º 0.69% 0.4% -
HSV(B) 344.68º 0.82% 0.68% -
XYZ 18.79 10.33 6.47 -
YUV 78.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 173 32 68 0 0.82 0.61 0.32 344.68 0.69 0.4
Hex AD 20 44 0 52 3D 20 159 45 28
Octal 255 40 104 0 122 75 40 531 105 50
Binary 10101101 100000 1000100 0 1010010 111101 100000 101011001 1000101 101000

Color Harmonies of #AD2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2044

Black with #AD2044

Text Example


Text Example

White with #AD2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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