#AD5672

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

Shades of Royal Heath #AD5672

Tints of Royal Heath #AD5672

Color information

#AD5672 (or 0xAD5672) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 72. RGB value is (173,86,114). Sum of RGB (Red+Green+Blue) = 173+86+114=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5672 is #52A98D. Grayscale: #737373. Windows color (decimal): -5417358 or 7493293. OLE color: 7493293.

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

Color convert

RGB17386114-
CMYK00.500.340.32
HSL340.69º34.66%50.78%-
HSV(B)340.69º50.29%67.84%-
XYZ23.616.7517.91-
YUV115.2127.32169.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=46.38%
G=23.06%
B=30.56%

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
Decimal1738611400.500.340.32340.6934.6650.78
HexAD567203222201552333
Octal25512616206242405254363
Binary10101101101011011100100110010100010100000101010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5672; }

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

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

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

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

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

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

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

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