#AD5571

Color #AD5571 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD5571

Tints of Royal Heath #AD5571

Color information

#AD5571 (or 0xAD5571) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 71. RGB value is (173,85,113). Sum of RGB (Red+Green+Blue) = 173+85+113=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5571 is #52AA8E. Grayscale: #727272. Windows color (decimal): -5417615 or 7427501. OLE color: 7427501.

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

Color convert

RGB17385113-
CMYK00.510.350.32
HSL340.91º34.92%50.59%-
HSV(B)340.91º50.87%67.84%-
XYZ23.4616.5717.59-
YUV114.5127.15169.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=46.63%
G=22.91%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738511300.510.350.32340.9134.9250.59
HexAD557103323201552333
Octal25512516106343405254363
Binary10101101101010111100010110011100011100000101010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5571; }

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

 H1.HeaderClassName
 {
   color: #AD5571;
 }
 .AnyTagClassName
 {
   color: #AD5571;
 }
</style>
background-color css

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

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

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

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

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

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