Html Css Color HEX #AD5672 Royal Heath

📋 copy color: '#AD5672'

red 173 ◦ green 86 ◦ blue 114

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

Shades of Royal Heath #AD5672

Tints of Royal Heath #AD5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 46.38%
G = 23.06%
B = 30.56%

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

#AD5672 (or 0xAD5672) is known color: Royal Heath. HEX triplet: AD, 56 and 72. RGB value is (173,86,114). Sum of RGB (Red+Green+Blue) = 173+86+114=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5672 is #52A98D. Grayscale: #737373. Windows color (decimal): -5417358 or 7493293. OLE color: 7493293.

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

Color convert

RGB 173 86 114 -
CMYK 0 0.50 0.34 0.32
HSL 340.69º 0.35% 0.51% -
HSV(B) 340.69º 0.5% 0.68% -
XYZ 23.6 16.75 17.91 -
YUV 115.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 173 86 114 0 0.50 0.34 0.32 340.69 0.35 0.51
Hex AD 56 72 0 32 22 20 155 23 33
Octal 255 126 162 0 62 42 40 525 43 63
Binary 10101101 1010110 1110010 0 110010 100010 100000 101010101 100011 110011

Color Harmonies of #AD5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5672

Black with #AD5672

Text Example


Text Example

White with #AD5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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