Html Css Color HEX #AD5377 Royal Heath

📋 copy color: '#AD5377'

red 173 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #AD5377

Tints of Royal Heath #AD5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 46.13%
G = 22.13%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5377 (or 0xAD5377) is known color: Royal Heath. HEX triplet: AD, 53 and 77. RGB value is (173,83,119). Sum of RGB (Red+Green+Blue) = 173+83+119=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5377 is #52AC88. Grayscale: #717171. Windows color (decimal): -5418121 or 7820205. OLE color: 7820205.

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

Color convert

RGB 173 83 119 -
CMYK 0 0.52 0.31 0.32
HSL 336º 0.35% 0.5% -
HSV(B) 336º 0.52% 0.68% -
XYZ 23.66 16.4 19.37 -
YUV 114.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 173 83 119 0 0.52 0.31 0.32 336 0.35 0.5
Hex AD 53 77 0 34 1F 20 150 23 32
Octal 255 123 167 0 64 37 40 520 43 62
Binary 10101101 1010011 1110111 0 110100 11111 100000 101010000 100011 110010

Color Harmonies of #AD5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5377

Black with #AD5377

Text Example


Text Example

White with #AD5377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5377; }

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

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

background-color css

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

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

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

border-color css

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

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

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