Html Css Color HEX #AD5771 Royal Heath

📋 copy color: '#AD5771'

red 173 ◦ green 87 ◦ blue 113

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

Shades of Royal Heath #AD5771

Tints of Royal Heath #AD5771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 46.38%
G = 23.32%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5771 (or 0xAD5771) is known color: Royal Heath. HEX triplet: AD, 57 and 71. RGB value is (173,87,113). Sum of RGB (Red+Green+Blue) = 173+87+113=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5771 is #52A88E. Grayscale: #737373. Windows color (decimal): -5417103 or 7428013. OLE color: 7428013.

HSL color Cylindrical-coordinate representation of color #AD5771: hue angle of 341.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5771 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 113 -
CMYK 0 0.50 0.35 0.32
HSL 341.86º 0.34% 0.51% -
HSV(B) 341.86º 0.5% 0.68% -
XYZ 23.62 16.89 17.64 -
YUV 115.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 173 87 113 0 0.50 0.35 0.32 341.86 0.34 0.51
Hex AD 57 71 0 32 23 20 156 22 33
Octal 255 127 161 0 62 43 40 526 42 63
Binary 10101101 1010111 1110001 0 110010 100011 100000 101010110 100010 110011

Color Harmonies of #AD5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5771

Black with #AD5771

Text Example


Text Example

White with #AD5771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5771; }

 p { color: rgb(173,87,113); }

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

background-color css

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

 a { background-color: rgb(173,87,113); }

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

border-color css

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

 span { border-color: rgb(173,87,113); }

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