Html Css Color HEX #AD5277 Royal Heath

📋 copy color: '#AD5277'

red 173 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #AD5277

Tints of Royal Heath #AD5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 46.26%
G = 21.93%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5277 (or 0xAD5277) is known color: Royal Heath. HEX triplet: AD, 52 and 77. RGB value is (173,82,119). Sum of RGB (Red+Green+Blue) = 173+82+119=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5277 is #52AD88. Grayscale: #717171. Windows color (decimal): -5418377 or 7819949. OLE color: 7819949.

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

Color convert

RGB 173 82 119 -
CMYK 0 0.53 0.31 0.32
HSL 335.6º 0.36% 0.5% -
HSV(B) 335.6º 0.53% 0.68% -
XYZ 23.58 16.25 19.35 -
YUV 113.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 173 82 119 0 0.53 0.31 0.32 335.6 0.36 0.5
Hex AD 52 77 0 35 1F 20 150 24 32
Octal 255 122 167 0 65 37 40 520 44 62
Binary 10101101 1010010 1110111 0 110101 11111 100000 101010000 100100 110010

Color Harmonies of #AD5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5277

Black with #AD5277

Text Example


Text Example

White with #AD5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5277; }

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

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

background-color css

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

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

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

border-color css

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

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

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