Html Css Color HEX #AD323F Old Rose

📋 copy color: '#AD323F'

red 173 ◦ green 50 ◦ blue 63

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

Shades of Old Rose #AD323F

Tints of Old Rose #AD323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 60.49%
G = 17.48%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD323F (or 0xAD323F) is known color: Old Rose. HEX triplet: AD, 32 and 3F. RGB value is (173,50,63). Sum of RGB (Red+Green+Blue) = 173+50+63=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD323F is #52CDC0. Grayscale: #585858. Windows color (decimal): -5426625 or 4141741. OLE color: 4141741.

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

Color convert

RGB 173 50 63 -
CMYK 0 0.71 0.64 0.32
HSL 353.66º 0.55% 0.44% -
HSV(B) 353.66º 0.71% 0.68% -
XYZ 19.27 11.52 5.91 -
YUV 88.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 173 50 63 0 0.71 0.64 0.32 353.66 0.55 0.44
Hex AD 32 3F 0 47 40 20 162 37 2C
Octal 255 62 77 0 107 100 40 542 67 54
Binary 10101101 110010 111111 0 1000111 1000000 100000 101100010 110111 101100

Color Harmonies of #AD323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD323F

Black with #AD323F

Text Example


Text Example

White with #AD323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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