Html Css Color HEX #AD5A79 Royal Heath

📋 copy color: '#AD5A79'

red 173 ◦ green 90 ◦ blue 121

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

Shades of Royal Heath #AD5A79

Tints of Royal Heath #AD5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

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

R = 45.05%
G = 23.44%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD5A79 (or 0xAD5A79) is known color: Royal Heath. HEX triplet: AD, 5A and 79. RGB value is (173,90,121). Sum of RGB (Red+Green+Blue) = 173+90+121=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A79 is #52A586. Grayscale: #767676. Windows color (decimal): -5416327 or 7953069. OLE color: 7953069.

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

Color convert

RGB 173 90 121 -
CMYK 0 0.48 0.30 0.32
HSL 337.59º 0.34% 0.52% -
HSV(B) 337.59º 0.48% 0.68% -
XYZ 24.34 17.58 20.2 -
YUV 118.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 173 90 121 0 0.48 0.30 0.32 337.59 0.34 0.52
Hex AD 5A 79 0 30 1E 20 152 22 34
Octal 255 132 171 0 60 36 40 522 42 64
Binary 10101101 1011010 1111001 0 110000 11110 100000 101010010 100010 110100

Color Harmonies of #AD5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A79

Black with #AD5A79

Text Example


Text Example

White with #AD5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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