Html Css Color HEX #AD3445 Old Rose

📋 copy color: '#AD3445'

red 173 ◦ green 52 ◦ blue 69

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

Shades of Old Rose #AD3445

Tints of Old Rose #AD3445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 58.84%
G = 17.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD3445 (or 0xAD3445) is known color: Old Rose. HEX triplet: AD, 34 and 45. RGB value is (173,52,69). Sum of RGB (Red+Green+Blue) = 173+52+69=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3445 is #52CBBA. Grayscale: #5A5A5A. Windows color (decimal): -5426107 or 4535469. OLE color: 4535469.

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

Color convert

RGB 173 52 69 -
CMYK 0 0.70 0.60 0.32
HSL 351.57º 0.54% 0.44% -
HSV(B) 351.57º 0.7% 0.68% -
XYZ 19.54 11.77 6.87 -
YUV 90.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 173 52 69 0 0.70 0.60 0.32 351.57 0.54 0.44
Hex AD 34 45 0 46 3C 20 160 36 2C
Octal 255 64 105 0 106 74 40 540 66 54
Binary 10101101 110100 1000101 0 1000110 111100 100000 101100000 110110 101100

Color Harmonies of #AD3445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3445

Black with #AD3445

Text Example


Text Example

White with #AD3445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3445; }

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

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

background-color css

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

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

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

border-color css

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

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

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