Html Css Color HEX #AD577F Royal Heath

📋 copy color: '#AD577F'

red 173 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #AD577F

Tints of Royal Heath #AD577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 44.7%
G = 22.48%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD577F (or 0xAD577F) is known color: Royal Heath. HEX triplet: AD, 57 and 7F. RGB value is (173,87,127). Sum of RGB (Red+Green+Blue) = 173+87+127=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577F is #52A880. Grayscale: #757575. Windows color (decimal): -5417089 or 8345517. OLE color: 8345517.

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

Color convert

RGB 173 87 127 -
CMYK 0 0.50 0.27 0.32
HSL 332.09º 0.34% 0.51% -
HSV(B) 332.09º 0.5% 0.68% -
XYZ 24.47 17.23 22.12 -
YUV 117.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 173 87 127 0 0.50 0.27 0.32 332.09 0.34 0.51
Hex AD 57 7F 0 32 1B 20 14C 22 33
Octal 255 127 177 0 62 33 40 514 42 63
Binary 10101101 1010111 1111111 0 110010 11011 100000 101001100 100010 110011

Color Harmonies of #AD577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD577F

Black with #AD577F

Text Example


Text Example

White with #AD577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD577F; }

 p { color: rgb(173,87,127); }

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

background-color css

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

 a { background-color: rgb(173,87,127); }

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

border-color css

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

 span { border-color: rgb(173,87,127); }

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