Html Css Color HEX #AD5773 Royal Heath

📋 copy color: '#AD5773'

red 173 ◦ green 87 ◦ blue 115

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

Shades of Royal Heath #AD5773

Tints of Royal Heath #AD5773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 46.13%
G = 23.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5773 (or 0xAD5773) is known color: Royal Heath. HEX triplet: AD, 57 and 73. RGB value is (173,87,115). Sum of RGB (Red+Green+Blue) = 173+87+115=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5773 is #52A88C. Grayscale: #737373. Windows color (decimal): -5417101 or 7559085. OLE color: 7559085.

HSL color Cylindrical-coordinate representation of color #AD5773: hue angle of 340.47º 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 #AD5773 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 115 -
CMYK 0 0.50 0.34 0.32
HSL 340.47º 0.34% 0.51% -
HSV(B) 340.47º 0.5% 0.68% -
XYZ 23.74 16.94 18.24 -
YUV 115.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 173 87 115 0 0.50 0.34 0.32 340.47 0.34 0.51
Hex AD 57 73 0 32 22 20 154 22 33
Octal 255 127 163 0 62 42 40 524 42 63
Binary 10101101 1010111 1110011 0 110010 100010 100000 101010100 100010 110011

Color Harmonies of #AD5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5773

Black with #AD5773

Text Example


Text Example

White with #AD5773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5773; }

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

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

background-color css

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

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

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

border-color css

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

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

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