Html Css Color HEX #AD5E77 Royal Heath

📋 copy color: '#AD5E77'

red 173 ◦ green 94 ◦ blue 119

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

Shades of Royal Heath #AD5E77

Tints of Royal Heath #AD5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 44.82%
G = 24.35%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5E77 (or 0xAD5E77) is known color: Royal Heath. HEX triplet: AD, 5E and 77. RGB value is (173,94,119). Sum of RGB (Red+Green+Blue) = 173+94+119=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E77 is #52A188. Grayscale: #787878. Windows color (decimal): -5415305 or 7823021. OLE color: 7823021.

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

Color convert

RGB 173 94 119 -
CMYK 0 0.46 0.31 0.32
HSL 341.01º 0.33% 0.52% -
HSV(B) 341.01º 0.46% 0.68% -
XYZ 24.57 18.22 19.68 -
YUV 120.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 173 94 119 0 0.46 0.31 0.32 341.01 0.33 0.52
Hex AD 5E 77 0 2E 1F 20 155 21 34
Octal 255 136 167 0 56 37 40 525 41 64
Binary 10101101 1011110 1110111 0 101110 11111 100000 101010101 100001 110100

Color Harmonies of #AD5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E77

Black with #AD5E77

Text Example


Text Example

White with #AD5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E77; }

 p { color: rgb(173,94,119); }

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

background-color css

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

 a { background-color: rgb(173,94,119); }

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

border-color css

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

 span { border-color: rgb(173,94,119); }

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