Html Css Color HEX #AD3144 Old Rose

📋 copy color: '#AD3144'

red 173 ◦ green 49 ◦ blue 68

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

Shades of Old Rose #AD3144

Tints of Old Rose #AD3144

RGB

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

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

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

R = 59.66%
G = 16.9%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD3144 (or 0xAD3144) is known color: Old Rose. HEX triplet: AD, 31 and 44. RGB value is (173,49,68). Sum of RGB (Red+Green+Blue) = 173+49+68=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3144 is #52CEBB. Grayscale: #585858. Windows color (decimal): -5426876 or 4469165. OLE color: 4469165.

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

Color convert

RGB 173 49 68 -
CMYK 0 0.72 0.61 0.32
HSL 350.81º 0.56% 0.44% -
HSV(B) 350.81º 0.72% 0.68% -
XYZ 19.38 11.5 6.67 -
YUV 88.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 173 49 68 0 0.72 0.61 0.32 350.81 0.56 0.44
Hex AD 31 44 0 48 3D 20 15F 38 2C
Octal 255 61 104 0 110 75 40 537 70 54
Binary 10101101 110001 1000100 0 1001000 111101 100000 101011111 111000 101100

Color Harmonies of #AD3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3144

Black with #AD3144

Text Example


Text Example

White with #AD3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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