Html Css Color HEX #AD224C Old Rose

📋 copy color: '#AD224C'

red 173 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #AD224C

Tints of Old Rose #AD224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 61.13%
G = 12.01%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD224C (or 0xAD224C) is known color: Old Rose. HEX triplet: AD, 22 and 4C. RGB value is (173,34,76). Sum of RGB (Red+Green+Blue) = 173+34+76=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD224C is #52DDB3. Grayscale: #505050. Windows color (decimal): -5430708 or 4989613. OLE color: 4989613.

HSL color Cylindrical-coordinate representation of color #AD224C: hue angle of 341.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD224C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 76 -
CMYK 0 0.80 0.56 0.32
HSL 341.87º 0.67% 0.41% -
HSV(B) 341.87º 0.8% 0.68% -
XYZ 19.11 10.55 7.87 -
YUV 80.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 173 34 76 0 0.80 0.56 0.32 341.87 0.67 0.41
Hex AD 22 4C 0 50 38 20 156 43 29
Octal 255 42 114 0 120 70 40 526 103 51
Binary 10101101 100010 1001100 0 1010000 111000 100000 101010110 1000011 101001

Color Harmonies of #AD224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD224C

Black with #AD224C

Text Example


Text Example

White with #AD224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD224C; }

 p { color: rgb(173,34,76); }

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

background-color css

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

 a { background-color: rgb(173,34,76); }

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

border-color css

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

 span { border-color: rgb(173,34,76); }

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