#AD5570

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

Shades of Royal Heath #AD5570

Tints of Royal Heath #AD5570

Color information

#AD5570 (or 0xAD5570) is unknown color: approx 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

RGB17385112-
CMYK00.510.350.32
HSL341.59º34.92%50.59%-
HSV(B)341.59º50.87%67.84%-
XYZ23.4116.5517.29-
YUV114.39126.65169.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738511200.510.350.32341.5934.9250.59
HexAD557003323201562333
Octal25512516006343405264363
Binary10101101101010111100000110011100011100000101010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>