Html Css Color HEX #AD224F Old Rose

📋 copy color: '#AD224F'

red 173 ◦ green 34 ◦ blue 79

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

Shades of Old Rose #AD224F

Tints of Old Rose #AD224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 60.49%
G = 11.89%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD224F (or 0xAD224F) is known color: Old Rose. HEX triplet: AD, 22 and 4F. RGB value is (173,34,79). Sum of RGB (Red+Green+Blue) = 173+34+79=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD224F is #52DDB0. Grayscale: #505050. Windows color (decimal): -5430705 or 5186221. OLE color: 5186221.

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

Color convert

RGB 173 34 79 -
CMYK 0 0.80 0.54 0.32
HSL 340.58º 0.67% 0.41% -
HSV(B) 340.58º 0.8% 0.68% -
XYZ 19.22 10.59 8.43 -
YUV 80.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 173 34 79 0 0.80 0.54 0.32 340.58 0.67 0.41
Hex AD 22 4F 0 50 36 20 155 43 29
Octal 255 42 117 0 120 66 40 525 103 51
Binary 10101101 100010 1001111 0 1010000 110110 100000 101010101 1000011 101001

Color Harmonies of #AD224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD224F

Black with #AD224F

Text Example


Text Example

White with #AD224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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