#AD567C

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

Shades of Royal Heath #AD567C

Tints of Royal Heath #AD567C

Color information

#AD567C (or 0xAD567C) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 7C. RGB value is (173,86,124). Sum of RGB (Red+Green+Blue) = 173+86+124=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD567C is #52A983. Grayscale: #747474. Windows color (decimal): -5417348 or 8148653. OLE color: 8148653.

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

Color convert

RGB17386124-
CMYK00.500.280.32
HSL333.79º34.66%50.78%-
HSV(B)333.79º50.29%67.84%-
XYZ24.21721.07-
YUV116.34132.32168.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=45.17%
G=22.45%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738612400.500.280.32333.7934.6650.78
HexAD567C0321C2014e2333
Octal25512617406234405164363
Binary1010110110101101111100011001011100100000101001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD567C; }

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

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

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

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

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

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

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

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