Html Css Color HEX #AD5272 Royal Heath

📋 copy color: '#AD5272'

red 173 ◦ green 82 ◦ blue 114

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

Shades of Royal Heath #AD5272

Tints of Royal Heath #AD5272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 46.88%
G = 22.22%
B = 30.89%

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

#AD5272 (or 0xAD5272) is known color: Royal Heath. HEX triplet: AD, 52 and 72. RGB value is (173,82,114). Sum of RGB (Red+Green+Blue) = 173+82+114=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5272 is #52AD8D. Grayscale: #707070. Windows color (decimal): -5418382 or 7492269. OLE color: 7492269.

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

Color convert

RGB 173 82 114 -
CMYK 0 0.53 0.34 0.32
HSL 338.9º 0.36% 0.5% -
HSV(B) 338.9º 0.53% 0.68% -
XYZ 23.29 16.13 17.81 -
YUV 112.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 173 82 114 0 0.53 0.34 0.32 338.9 0.36 0.5
Hex AD 52 72 0 35 22 20 153 24 32
Octal 255 122 162 0 65 42 40 523 44 62
Binary 10101101 1010010 1110010 0 110101 100010 100000 101010011 100100 110010

Color Harmonies of #AD5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5272

Black with #AD5272

Text Example


Text Example

White with #AD5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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