Html Css Color HEX #AD3244 Old Rose

📋 copy color: '#AD3244'

red 173 ◦ green 50 ◦ blue 68

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

Shades of Old Rose #AD3244

Tints of Old Rose #AD3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 59.45%
G = 17.18%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD3244 (or 0xAD3244) is known color: Old Rose. HEX triplet: AD, 32 and 44. RGB value is (173,50,68). Sum of RGB (Red+Green+Blue) = 173+50+68=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3244 is #52CDBB. Grayscale: #585858. Windows color (decimal): -5426620 or 4469421. OLE color: 4469421.

HSL color Cylindrical-coordinate representation of color #AD3244: hue angle of 351.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3244 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 68 -
CMYK 0 0.71 0.61 0.32
HSL 351.22º 0.55% 0.44% -
HSV(B) 351.22º 0.71% 0.68% -
XYZ 19.42 11.58 6.68 -
YUV 88.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 173 50 68 0 0.71 0.61 0.32 351.22 0.55 0.44
Hex AD 32 44 0 47 3D 20 15F 37 2C
Octal 255 62 104 0 107 75 40 537 67 54
Binary 10101101 110010 1000100 0 1000111 111101 100000 101011111 110111 101100

Color Harmonies of #AD3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3244

Black with #AD3244

Text Example


Text Example

White with #AD3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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