Html Css Color HEX #AD577A Royal Heath

📋 copy color: '#AD577A'

red 173 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #AD577A

Tints of Royal Heath #AD577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 45.29%
G = 22.77%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD577A (or 0xAD577A) is known color: Royal Heath. HEX triplet: AD, 57 and 7A. RGB value is (173,87,122). Sum of RGB (Red+Green+Blue) = 173+87+122=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577A is #52A885. Grayscale: #747474. Windows color (decimal): -5417094 or 8017837. OLE color: 8017837.

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

Color convert

RGB 173 87 122 -
CMYK 0 0.50 0.29 0.32
HSL 335.58º 0.34% 0.51% -
HSV(B) 335.58º 0.5% 0.68% -
XYZ 24.15 17.11 20.44 -
YUV 116.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 173 87 122 0 0.50 0.29 0.32 335.58 0.34 0.51
Hex AD 57 7A 0 32 1D 20 150 22 33
Octal 255 127 172 0 62 35 40 520 42 63
Binary 10101101 1010111 1111010 0 110010 11101 100000 101010000 100010 110011

Color Harmonies of #AD577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD577A

Black with #AD577A

Text Example


Text Example

White with #AD577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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