#AD5775

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

Shades of Royal Heath #AD5775

Tints of Royal Heath #AD5775

Color information

#AD5775 (or 0xAD5775) is unknown color: approx Royal Heath. HEX triplet: AD, 57 and 75. RGB value is (173,87,117). Sum of RGB (Red+Green+Blue) = 173+87+117=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5775 is #52A88A. Grayscale: #747474. Windows color (decimal): -5417099 or 7690157. OLE color: 7690157.

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

Color convert

RGB17387117-
CMYK00.500.320.32
HSL339.07º34.4%50.98%-
HSV(B)339.07º49.71%67.84%-
XYZ23.8516.9818.85-
YUV116.13128.49168.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=45.89%
G=23.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738711700.500.320.32339.0734.450.98
HexAD577503220201532233
Octal25512716506240405234263
Binary10101101101011111101010110010100000100000101010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5775; }

 p { color: rgb(173,87,117); }

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

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

 a { background-color: rgb(173,87,117); }

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

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

 span { border-color: rgb(173,87,117); }

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