#AD5673

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

Shades of Royal Heath #AD5673

Tints of Royal Heath #AD5673

Color information

#AD5673 (or 0xAD5673) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 73. RGB value is (173,86,115). Sum of RGB (Red+Green+Blue) = 173+86+115=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5673 is #52A98C. Grayscale: #737373. Windows color (decimal): -5417357 or 7558829. OLE color: 7558829.

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

Color convert

RGB17386115-
CMYK00.500.340.32
HSL340º34.66%50.78%-
HSV(B)340º50.29%67.84%-
XYZ23.6616.7818.21-
YUV115.32127.82169.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=46.26%
G=22.99%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738611500.500.340.3234034.6650.78
HexAD567303222201542333
Octal25512616306242405244363
Binary10101101101011011100110110010100010100000101010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5673; }

 p { color: rgb(173,86,115); }

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

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

 a { background-color: rgb(173,86,115); }

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

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

 span { border-color: rgb(173,86,115); }

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