#AD5674

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

Shades of Royal Heath #AD5674

Tints of Royal Heath #AD5674

Color information

#AD5674 (or 0xAD5674) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 74. RGB value is (173,86,116). Sum of RGB (Red+Green+Blue) = 173+86+116=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5674 is #52A98B. Grayscale: #737373. Windows color (decimal): -5417356 or 7624365. OLE color: 7624365.

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

Color convert

RGB17386116-
CMYK00.500.330.32
HSL339.31º34.66%50.78%-
HSV(B)339.31º50.29%67.84%-
XYZ23.7116.818.52-
YUV115.43128.32169.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=46.13%
G=22.93%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738611600.500.330.32339.3134.6650.78
HexAD567403221201532333
Octal25512616406241405234363
Binary10101101101011011101000110010100001100000101010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5674; }

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

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

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

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

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

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

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

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