Html Css Color HEX #AD5673 Royal Heath

📋 copy color: '#AD5673'

red 173 ◦ green 86 ◦ blue 115

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

Shades of Royal Heath #AD5673

Tints of Royal Heath #AD5673

RGB

 RED value IS 173 (67.97% from 255) = 46.26%

 GREEN value IS 86 (33.98% from 255) = 22.99%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 46.26%
G = 22.99%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5673 (or 0xAD5673) is known color: Royal Heath. HEX triplet: AD, 56 and 73. RGB value is (173,86,115). Sum of RGB (Red+Green+Blue) = 173+86+115=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5673 is #52A98C. Grayscale: #737373. Windows color (decimal): -5417357 or 7558829. OLE color: 7558829.

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

Color convert

RGB 173 86 115 -
CMYK 0 0.50 0.34 0.32
HSL 340º 0.35% 0.51% -
HSV(B) 340º 0.5% 0.68% -
XYZ 23.66 16.78 18.21 -
YUV 115.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 173 86 115 0 0.50 0.34 0.32 340 0.35 0.51
Hex AD 56 73 0 32 22 20 154 23 33
Octal 255 126 163 0 62 42 40 524 43 63
Binary 10101101 1010110 1110011 0 110010 100010 100000 101010100 100011 110011

Color Harmonies of #AD5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5673

Black with #AD5673

Text Example


Text Example

White with #AD5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5673; }

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

 H1.HeaderClassName
 {
   color: #AD5673;
 }
 .AnyTagClassName
 {
   color: #AD5673;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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