#AD5576

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

Shades of Royal Heath #AD5576

Tints of Royal Heath #AD5576

Color information

#AD5576 (or 0xAD5576) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 76. RGB value is (173,85,118). Sum of RGB (Red+Green+Blue) = 173+85+118=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5576 is #52AA89. Grayscale: #737373. Windows color (decimal): -5417610 or 7755181. OLE color: 7755181.

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

Color convert

RGB17385118-
CMYK00.510.320.32
HSL337.5º34.92%50.59%-
HSV(B)337.5º50.87%67.84%-
XYZ23.7516.6919.11-
YUV115.07129.65169.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=46.01%
G=22.61%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738511800.510.320.32337.534.9250.59
HexAD557603320201522333
Octal25512516606340405224363
Binary10101101101010111101100110011100000100000101010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5576; }

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

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

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

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

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

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

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

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