Html Css Color HEX #AD2B47 Old Rose

📋 copy color: '#AD2B47'

red 173 ◦ green 43 ◦ blue 71

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

Shades of Old Rose #AD2B47

Tints of Old Rose #AD2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

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

R = 60.28%
G = 14.98%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD2B47 (or 0xAD2B47) is known color: Old Rose. HEX triplet: AD, 2B and 47. RGB value is (173,43,71). Sum of RGB (Red+Green+Blue) = 173+43+71=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B47 is #52D4B8. Grayscale: #555555. Windows color (decimal): -5428409 or 4664237. OLE color: 4664237.

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

Color convert

RGB 173 43 71 -
CMYK 0 0.75 0.59 0.32
HSL 347.08º 0.6% 0.42% -
HSV(B) 347.08º 0.75% 0.68% -
XYZ 19.23 11.07 7.08 -
YUV 85.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 173 43 71 0 0.75 0.59 0.32 347.08 0.6 0.42
Hex AD 2B 47 0 4B 3B 20 15B 3C 2A
Octal 255 53 107 0 113 73 40 533 74 52
Binary 10101101 101011 1000111 0 1001011 111011 100000 101011011 111100 101010

Color Harmonies of #AD2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B47

Black with #AD2B47

Text Example


Text Example

White with #AD2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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