Html Css Color HEX #AD3145 Old Rose

📋 copy color: '#AD3145'

red 173 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #AD3145

Tints of Old Rose #AD3145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 59.45%
G = 16.84%
B = 23.71%

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

#AD3145 (or 0xAD3145) is known color: Old Rose. HEX triplet: AD, 31 and 45. RGB value is (173,49,69). Sum of RGB (Red+Green+Blue) = 173+49+69=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3145 is #52CEBA. Grayscale: #585858. Windows color (decimal): -5426875 or 4534701. OLE color: 4534701.

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

Color convert

RGB 173 49 69 -
CMYK 0 0.72 0.60 0.32
HSL 350.32º 0.56% 0.44% -
HSV(B) 350.32º 0.72% 0.68% -
XYZ 19.41 11.51 6.83 -
YUV 88.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 173 49 69 0 0.72 0.60 0.32 350.32 0.56 0.44
Hex AD 31 45 0 48 3C 20 15E 38 2C
Octal 255 61 105 0 110 74 40 536 70 54
Binary 10101101 110001 1000101 0 1001000 111100 100000 101011110 111000 101100

Color Harmonies of #AD3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3145

Black with #AD3145

Text Example


Text Example

White with #AD3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3145; }

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

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

background-color css

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

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

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

border-color css

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

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

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