Html Css Color HEX #AD4577 Royal Heath

📋 copy color: '#AD4577'

red 173 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #AD4577

Tints of Royal Heath #AD4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 47.92%
G = 19.11%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD4577 (or 0xAD4577) is known color: Royal Heath. HEX triplet: AD, 45 and 77. RGB value is (173,69,119). Sum of RGB (Red+Green+Blue) = 173+69+119=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4577 is #52BA88. Grayscale: #696969. Windows color (decimal): -5421705 or 7816621. OLE color: 7816621.

HSL color Cylindrical-coordinate representation of color #AD4577: hue angle of 331.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4577 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 119 -
CMYK 0 0.60 0.31 0.32
HSL 331.15º 0.43% 0.47% -
HSV(B) 331.15º 0.6% 0.68% -
XYZ 22.69 14.47 19.05 -
YUV 105.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 173 69 119 0 0.60 0.31 0.32 331.15 0.43 0.47
Hex AD 45 77 0 3C 1F 20 14B 2B 2F
Octal 255 105 167 0 74 37 40 513 53 57
Binary 10101101 1000101 1110111 0 111100 11111 100000 101001011 101011 101111

Color Harmonies of #AD4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4577

Black with #AD4577

Text Example


Text Example

White with #AD4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4577; }

 p { color: rgb(173,69,119); }

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

background-color css

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

 a { background-color: rgb(173,69,119); }

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

border-color css

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

 span { border-color: rgb(173,69,119); }

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