Html Css Color HEX #AD3248 Old Rose

📋 copy color: '#AD3248'

red 173 ◦ green 50 ◦ blue 72

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

Shades of Old Rose #AD3248

Tints of Old Rose #AD3248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 58.64%
G = 16.95%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3248 (or 0xAD3248) is known color: Old Rose. HEX triplet: AD, 32 and 48. RGB value is (173,50,72). Sum of RGB (Red+Green+Blue) = 173+50+72=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3248 is #52CDB7. Grayscale: #595959. Windows color (decimal): -5426616 or 4731565. OLE color: 4731565.

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

Color convert

RGB 173 50 72 -
CMYK 0 0.71 0.58 0.32
HSL 349.27º 0.55% 0.44% -
HSV(B) 349.27º 0.71% 0.68% -
XYZ 19.54 11.63 7.35 -
YUV 89.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 173 50 72 0 0.71 0.58 0.32 349.27 0.55 0.44
Hex AD 32 48 0 47 3A 20 15D 37 2C
Octal 255 62 110 0 107 72 40 535 67 54
Binary 10101101 110010 1001000 0 1000111 111010 100000 101011101 110111 101100

Color Harmonies of #AD3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3248

Black with #AD3248

Text Example


Text Example

White with #AD3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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