Html Css Color HEX #AD2344 Old Rose

📋 copy color: '#AD2344'

red 173 ◦ green 35 ◦ blue 68

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

Shades of Old Rose #AD2344

Tints of Old Rose #AD2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 62.68%
G = 12.68%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD2344 (or 0xAD2344) is known color: Old Rose. HEX triplet: AD, 23 and 44. RGB value is (173,35,68). Sum of RGB (Red+Green+Blue) = 173+35+68=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2344 is #52DCBB. Grayscale: #505050. Windows color (decimal): -5430460 or 4465581. OLE color: 4465581.

HSL color Cylindrical-coordinate representation of color #AD2344: hue angle of 345.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2344 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 68 -
CMYK 0 0.80 0.61 0.32
HSL 345.65º 0.66% 0.41% -
HSV(B) 345.65º 0.8% 0.68% -
XYZ 18.88 10.5 6.5 -
YUV 80.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 173 35 68 0 0.80 0.61 0.32 345.65 0.66 0.41
Hex AD 23 44 0 50 3D 20 15A 42 29
Octal 255 43 104 0 120 75 40 532 102 51
Binary 10101101 100011 1000100 0 1010000 111101 100000 101011010 1000010 101001

Color Harmonies of #AD2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2344

Black with #AD2344

Text Example


Text Example

White with #AD2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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