Html Css Color HEX #AD5978 Royal Heath

📋 copy color: '#AD5978'

red 173 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #AD5978

Tints of Royal Heath #AD5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 45.29%
G = 23.3%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5978 (or 0xAD5978) is known color: Royal Heath. HEX triplet: AD, 59 and 78. RGB value is (173,89,120). Sum of RGB (Red+Green+Blue) = 173+89+120=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5978 is #52A687. Grayscale: #757575. Windows color (decimal): -5416584 or 7887277. OLE color: 7887277.

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

Color convert

RGB 173 89 120 -
CMYK 0 0.49 0.31 0.32
HSL 337.86º 0.34% 0.51% -
HSV(B) 337.86º 0.49% 0.68% -
XYZ 24.2 17.39 19.85 -
YUV 117.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 173 89 120 0 0.49 0.31 0.32 337.86 0.34 0.51
Hex AD 59 78 0 31 1F 20 152 22 33
Octal 255 131 170 0 61 37 40 522 42 63
Binary 10101101 1011001 1111000 0 110001 11111 100000 101010010 100010 110011

Color Harmonies of #AD5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5978

Black with #AD5978

Text Example


Text Example

White with #AD5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5978; }

 p { color: rgb(173,89,120); }

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

background-color css

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

 a { background-color: rgb(173,89,120); }

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

border-color css

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

 span { border-color: rgb(173,89,120); }

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