#AD567F

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

Shades of Royal Heath #AD567F

Tints of Royal Heath #AD567F

Color information

#AD567F (or 0xAD567F) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 7F. RGB value is (173,86,127). Sum of RGB (Red+Green+Blue) = 173+86+127=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD567F is #52A980. Grayscale: #747474. Windows color (decimal): -5417345 or 8345261. OLE color: 8345261.

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

Color convert

RGB17386127-
CMYK00.500.270.32
HSL331.72º34.66%50.78%-
HSV(B)331.72º50.29%67.84%-
XYZ24.3917.0722.09-
YUV116.69133.82168.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 127 (50% from 255) = 32.90%
R=44.82%
G=22.28%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738612700.500.270.32331.7234.6650.78
HexAD567F0321B2014c2333
Octal25512617706233405144363
Binary1010110110101101111111011001011011100000101001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD567F; }

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

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

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

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

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

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

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

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