Html Css Color HEX #AD597D Royal Heath

📋 copy color: '#AD597D'

red 173 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #AD597D

Tints of Royal Heath #AD597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 44.7%
G = 23%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD597D (or 0xAD597D) is known color: Royal Heath. HEX triplet: AD, 59 and 7D. RGB value is (173,89,125). Sum of RGB (Red+Green+Blue) = 173+89+125=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD597D is #52A682. Grayscale: #767676. Windows color (decimal): -5416579 or 8214957. OLE color: 8214957.

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

Color convert

RGB 173 89 125 -
CMYK 0 0.49 0.28 0.32
HSL 334.29º 0.34% 0.51% -
HSV(B) 334.29º 0.49% 0.68% -
XYZ 24.51 17.51 21.49 -
YUV 118.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 173 89 125 0 0.49 0.28 0.32 334.29 0.34 0.51
Hex AD 59 7D 0 31 1C 20 14E 22 33
Octal 255 131 175 0 61 34 40 516 42 63
Binary 10101101 1011001 1111101 0 110001 11100 100000 101001110 100010 110011

Color Harmonies of #AD597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD597D

Black with #AD597D

Text Example


Text Example

White with #AD597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD597D; }

 p { color: rgb(173,89,125); }

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

background-color css

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

 a { background-color: rgb(173,89,125); }

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

border-color css

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

 span { border-color: rgb(173,89,125); }

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