Html Css Color HEX #AD2647 Old Rose

📋 copy color: '#AD2647'

red 173 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #AD2647

Tints of Old Rose #AD2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 61.35%
G = 13.48%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD2647 (or 0xAD2647) is known color: Old Rose. HEX triplet: AD, 26 and 47. RGB value is (173,38,71). Sum of RGB (Red+Green+Blue) = 173+38+71=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2647 is #52D9B8. Grayscale: #525252. Windows color (decimal): -5429689 or 4662957. OLE color: 4662957.

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

Color convert

RGB 173 38 71 -
CMYK 0 0.78 0.59 0.32
HSL 345.33º 0.64% 0.41% -
HSV(B) 345.33º 0.78% 0.68% -
XYZ 19.06 10.73 7.03 -
YUV 82.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 173 38 71 0 0.78 0.59 0.32 345.33 0.64 0.41
Hex AD 26 47 0 4E 3B 20 159 40 29
Octal 255 46 107 0 116 73 40 531 100 51
Binary 10101101 100110 1000111 0 1001110 111011 100000 101011001 1000000 101001

Color Harmonies of #AD2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2647

Black with #AD2647

Text Example


Text Example

White with #AD2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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