Html Css Color HEX #AD587E Royal Heath

📋 copy color: '#AD587E'

red 173 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #AD587E

Tints of Royal Heath #AD587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 44.7%
G = 22.74%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD587E (or 0xAD587E) is known color: Royal Heath. HEX triplet: AD, 58 and 7E. RGB value is (173,88,126). Sum of RGB (Red+Green+Blue) = 173+88+126=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD587E is #52A781. Grayscale: #757575. Windows color (decimal): -5416834 or 8280237. OLE color: 8280237.

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

Color convert

RGB 173 88 126 -
CMYK 0 0.49 0.27 0.32
HSL 333.18º 0.34% 0.51% -
HSV(B) 333.18º 0.49% 0.68% -
XYZ 24.49 17.37 21.8 -
YUV 117.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 173 88 126 0 0.49 0.27 0.32 333.18 0.34 0.51
Hex AD 58 7E 0 31 1B 20 14D 22 33
Octal 255 130 176 0 61 33 40 515 42 63
Binary 10101101 1011000 1111110 0 110001 11011 100000 101001101 100010 110011

Color Harmonies of #AD587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD587E

Black with #AD587E

Text Example


Text Example

White with #AD587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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