Html Css Color HEX #AD2047 Old Rose

📋 copy color: '#AD2047'

red 173 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #AD2047

Tints of Old Rose #AD2047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 62.68%
G = 11.59%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD2047 (or 0xAD2047) is known color: Old Rose. HEX triplet: AD, 20 and 47. RGB value is (173,32,71). Sum of RGB (Red+Green+Blue) = 173+32+71=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2047 is #52DFB8. Grayscale: #4E4E4E. Windows color (decimal): -5431225 or 4661421. OLE color: 4661421.

HSL color Cylindrical-coordinate representation of color #AD2047: hue angle of 343.4º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2047 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 71 -
CMYK 0 0.82 0.59 0.32
HSL 343.4º 0.69% 0.4% -
HSV(B) 343.4º 0.82% 0.68% -
XYZ 18.89 10.37 6.97 -
YUV 78.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 173 32 71 0 0.82 0.59 0.32 343.4 0.69 0.4
Hex AD 20 47 0 52 3B 20 157 45 28
Octal 255 40 107 0 122 73 40 527 105 50
Binary 10101101 100000 1000111 0 1010010 111011 100000 101010111 1000101 101000

Color Harmonies of #AD2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2047

Black with #AD2047

Text Example


Text Example

White with #AD2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2047; }

 p { color: rgb(173,32,71); }

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

background-color css

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

 a { background-color: rgb(173,32,71); }

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

border-color css

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

 span { border-color: rgb(173,32,71); }

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