Html Css Color HEX #AD2144 Old Rose

📋 copy color: '#AD2144'

red 173 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #AD2144

Tints of Old Rose #AD2144

RGB

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

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

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

R = 63.14%
G = 12.04%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD2144 (or 0xAD2144) is known color: Old Rose. HEX triplet: AD, 21 and 44. RGB value is (173,33,68). Sum of RGB (Red+Green+Blue) = 173+33+68=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2144 is #52DEBB. Grayscale: #4E4E4E. Windows color (decimal): -5430972 or 4465069. OLE color: 4465069.

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

Color convert

RGB 173 33 68 -
CMYK 0 0.81 0.61 0.32
HSL 345º 0.68% 0.4% -
HSV(B) 345º 0.81% 0.68% -
XYZ 18.82 10.39 6.48 -
YUV 78.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 173 33 68 0 0.81 0.61 0.32 345 0.68 0.4
Hex AD 21 44 0 51 3D 20 159 44 28
Octal 255 41 104 0 121 75 40 531 104 50
Binary 10101101 100001 1000100 0 1010001 111101 100000 101011001 1000100 101000

Color Harmonies of #AD2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2144

Black with #AD2144

Text Example


Text Example

White with #AD2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2144; }

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

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

background-color css

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

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

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

border-color css

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

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

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