Html Css Color HEX #AD3146 Old Rose

📋 copy color: '#AD3146'

red 173 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #AD3146

Tints of Old Rose #AD3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 59.25%
G = 16.78%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD3146 (or 0xAD3146) is known color: Old Rose. HEX triplet: AD, 31 and 46. RGB value is (173,49,70). Sum of RGB (Red+Green+Blue) = 173+49+70=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3146 is #52CEB9. Grayscale: #585858. Windows color (decimal): -5426874 or 4600237. OLE color: 4600237.

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

Color convert

RGB 173 49 70 -
CMYK 0 0.72 0.60 0.32
HSL 349.84º 0.56% 0.44% -
HSV(B) 349.84º 0.72% 0.68% -
XYZ 19.44 11.52 6.99 -
YUV 88.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 173 49 70 0 0.72 0.60 0.32 349.84 0.56 0.44
Hex AD 31 46 0 48 3C 20 15E 38 2C
Octal 255 61 106 0 110 74 40 536 70 54
Binary 10101101 110001 1000110 0 1001000 111100 100000 101011110 111000 101100

Color Harmonies of #AD3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3146

Black with #AD3146

Text Example


Text Example

White with #AD3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3146; }

 p { color: rgb(173,49,70); }

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

background-color css

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

 a { background-color: rgb(173,49,70); }

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

border-color css

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

 span { border-color: rgb(173,49,70); }

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