Html Css Color HEX #AD5570 Royal Heath

📋 copy color: '#AD5570'

red 173 ◦ green 85 ◦ blue 112

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

Shades of Royal Heath #AD5570

Tints of Royal Heath #AD5570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 46.76%
G = 22.97%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5570 (or 0xAD5570) is known color: Royal Heath. HEX triplet: AD, 55 and 70. RGB value is (173,85,112). Sum of RGB (Red+Green+Blue) = 173+85+112=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5570 is #52AA8F. Grayscale: #727272. Windows color (decimal): -5417616 or 7361965. OLE color: 7361965.

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

Color convert

RGB 173 85 112 -
CMYK 0 0.51 0.35 0.32
HSL 341.59º 0.35% 0.51% -
HSV(B) 341.59º 0.51% 0.68% -
XYZ 23.41 16.55 17.29 -
YUV 114.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 173 85 112 0 0.51 0.35 0.32 341.59 0.35 0.51
Hex AD 55 70 0 33 23 20 156 23 33
Octal 255 125 160 0 63 43 40 526 43 63
Binary 10101101 1010101 1110000 0 110011 100011 100000 101010110 100011 110011

Color Harmonies of #AD5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5570

Black with #AD5570

Text Example


Text Example

White with #AD5570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5570; }

 p { color: rgb(173,85,112); }

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

background-color css

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

 a { background-color: rgb(173,85,112); }

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

border-color css

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

 span { border-color: rgb(173,85,112); }

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