Html Css Color HEX #AD5872 Royal Heath

📋 copy color: '#AD5872'

red 173 ◦ green 88 ◦ blue 114

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

Shades of Royal Heath #AD5872

Tints of Royal Heath #AD5872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 46.13%
G = 23.47%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5872 (or 0xAD5872) is known color: Royal Heath. HEX triplet: AD, 58 and 72. RGB value is (173,88,114). Sum of RGB (Red+Green+Blue) = 173+88+114=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5872 is #52A78D. Grayscale: #747474. Windows color (decimal): -5416846 or 7493805. OLE color: 7493805.

HSL color Cylindrical-coordinate representation of color #AD5872: hue angle of 341.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5872 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 114 -
CMYK 0 0.49 0.34 0.32
HSL 341.65º 0.34% 0.51% -
HSV(B) 341.65º 0.49% 0.68% -
XYZ 23.76 17.08 17.96 -
YUV 116.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 173 88 114 0 0.49 0.34 0.32 341.65 0.34 0.51
Hex AD 58 72 0 31 22 20 156 22 33
Octal 255 130 162 0 61 42 40 526 42 63
Binary 10101101 1011000 1110010 0 110001 100010 100000 101010110 100010 110011

Color Harmonies of #AD5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5872

Black with #AD5872

Text Example


Text Example

White with #AD5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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