Html Css Color HEX #AD5574 Royal Heath

📋 copy color: '#AD5574'

red 173 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #AD5574

Tints of Royal Heath #AD5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 46.26%
G = 22.73%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD5574 (or 0xAD5574) is known color: Royal Heath. HEX triplet: AD, 55 and 74. RGB value is (173,85,116). Sum of RGB (Red+Green+Blue) = 173+85+116=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5574 is #52AA8B. Grayscale: #727272. Windows color (decimal): -5417612 or 7624109. OLE color: 7624109.

HSL color Cylindrical-coordinate representation of color #AD5574: hue angle of 338.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5574 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 116 -
CMYK 0 0.51 0.33 0.32
HSL 338.86º 0.35% 0.51% -
HSV(B) 338.86º 0.51% 0.68% -
XYZ 23.63 16.64 18.49 -
YUV 114.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 173 85 116 0 0.51 0.33 0.32 338.86 0.35 0.51
Hex AD 55 74 0 33 21 20 153 23 33
Octal 255 125 164 0 63 41 40 523 43 63
Binary 10101101 1010101 1110100 0 110011 100001 100000 101010011 100011 110011

Color Harmonies of #AD5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5574

Black with #AD5574

Text Example


Text Example

White with #AD5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5574; }

 p { color: rgb(173,85,116); }

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

background-color css

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

 a { background-color: rgb(173,85,116); }

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

border-color css

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

 span { border-color: rgb(173,85,116); }

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