#AD587F

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

Shades of Royal Heath #AD587F

Tints of Royal Heath #AD587F

Color information

#AD587F (or 0xAD587F) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 7F. RGB value is (173,88,127). Sum of RGB (Red+Green+Blue) = 173+88+127=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD587F is #52A780. Grayscale: #757575. Windows color (decimal): -5416833 or 8345773. OLE color: 8345773.

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

Color convert

RGB17388127-
CMYK00.490.270.32
HSL332.47º34.14%51.18%-
HSV(B)332.47º49.13%67.84%-
XYZ24.5517.422.14-
YUV117.86133.16167.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 127 (50% from 255) = 32.73%
R=44.59%
G=22.68%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738812700.490.270.32332.4734.1451.18
HexAD587F0311B2014c2233
Octal25513017706133405144263
Binary1010110110110001111111011000111011100000101001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD587F; }

 p { color: rgb(173,88,127); }

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

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

 a { background-color: rgb(173,88,127); }

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

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

 span { border-color: rgb(173,88,127); }

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