Html Css Color HEX #AD244A Old Rose

📋 copy color: '#AD244A'

red 173 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #AD244A

Tints of Old Rose #AD244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 61.13%
G = 12.72%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD244A (or 0xAD244A) is known color: Old Rose. HEX triplet: AD, 24 and 4A. RGB value is (173,36,74). Sum of RGB (Red+Green+Blue) = 173+36+74=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD244A is #52DBB5. Grayscale: #515151. Windows color (decimal): -5430198 or 4859053. OLE color: 4859053.

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

Color convert

RGB 173 36 74 -
CMYK 0 0.79 0.57 0.32
HSL 343.36º 0.66% 0.41% -
HSV(B) 343.36º 0.79% 0.68% -
XYZ 19.1 10.64 7.53 -
YUV 81.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 173 36 74 0 0.79 0.57 0.32 343.36 0.66 0.41
Hex AD 24 4A 0 4F 39 20 157 42 29
Octal 255 44 112 0 117 71 40 527 102 51
Binary 10101101 100100 1001010 0 1001111 111001 100000 101010111 1000010 101001

Color Harmonies of #AD244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD244A

Black with #AD244A

Text Example


Text Example

White with #AD244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD244A; }

 p { color: rgb(173,36,74); }

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

background-color css

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

 a { background-color: rgb(173,36,74); }

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

border-color css

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

 span { border-color: rgb(173,36,74); }

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