Html Css Color HEX #AD5273 Royal Heath

📋 copy color: '#AD5273'

red 173 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #AD5273

Tints of Royal Heath #AD5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 46.76%
G = 22.16%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5273 (or 0xAD5273) is known color: Royal Heath. HEX triplet: AD, 52 and 73. RGB value is (173,82,115). Sum of RGB (Red+Green+Blue) = 173+82+115=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5273 is #52AD8C. Grayscale: #707070. Windows color (decimal): -5418381 or 7557805. OLE color: 7557805.

HSL color Cylindrical-coordinate representation of color #AD5273: hue angle of 338.24º 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 #AD5273 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 115 -
CMYK 0 0.53 0.34 0.32
HSL 338.24º 0.36% 0.5% -
HSV(B) 338.24º 0.53% 0.68% -
XYZ 23.35 16.16 18.11 -
YUV 112.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 173 82 115 0 0.53 0.34 0.32 338.24 0.36 0.5
Hex AD 52 73 0 35 22 20 152 24 32
Octal 255 122 163 0 65 42 40 522 44 62
Binary 10101101 1010010 1110011 0 110101 100010 100000 101010010 100100 110010

Color Harmonies of #AD5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5273

Black with #AD5273

Text Example


Text Example

White with #AD5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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