Html Css Color HEX #AD5579 Royal Heath

📋 copy color: '#AD5579'

red 173 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #AD5579

Tints of Royal Heath #AD5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 45.65%
G = 22.43%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD5579 (or 0xAD5579) is known color: Royal Heath. HEX triplet: AD, 55 and 79. RGB value is (173,85,121). Sum of RGB (Red+Green+Blue) = 173+85+121=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5579 is #52AA86. Grayscale: #737373. Windows color (decimal): -5417607 or 7951789. OLE color: 7951789.

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

Color convert

RGB 173 85 121 -
CMYK 0 0.51 0.30 0.32
HSL 335.45º 0.35% 0.51% -
HSV(B) 335.45º 0.51% 0.68% -
XYZ 23.93 16.76 20.06 -
YUV 115.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 173 85 121 0 0.51 0.30 0.32 335.45 0.35 0.51
Hex AD 55 79 0 33 1E 20 14F 23 33
Octal 255 125 171 0 63 36 40 517 43 63
Binary 10101101 1010101 1111001 0 110011 11110 100000 101001111 100011 110011

Color Harmonies of #AD5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5579

Black with #AD5579

Text Example


Text Example

White with #AD5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5579; }

 p { color: rgb(173,85,121); }

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

background-color css

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

 a { background-color: rgb(173,85,121); }

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

border-color css

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

 span { border-color: rgb(173,85,121); }

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