Html Css Color HEX #AD567C Royal Heath

📋 copy color: '#AD567C'

red 173 ◦ green 86 ◦ blue 124

#AD567C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AD567C

Tints of Royal Heath #AD567C

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 value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD567C (or 0xAD567C) is known color: 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

RGB 173 86 124 -
CMYK 0 0.50 0.28 0.32
HSL 333.79º 0.35% 0.51% -
HSV(B) 333.79º 0.5% 0.68% -
XYZ 24.2 17 21.07 -
YUV 116.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 173 86 124 0 0.50 0.28 0.32 333.79 0.35 0.51
Hex AD 56 7C 0 32 1C 20 14E 23 33
Octal 255 126 174 0 62 34 40 516 43 63
Binary 10101101 1010110 1111100 0 110010 11100 100000 101001110 100011 110011

Color Harmonies of #AD567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD567C

Black with #AD567C

Text Example


Text Example

White with #AD567C

Text Example


Text Example

HTML Codes & Css Web 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>