Html Css Color HEX #AD547A Royal Heath

📋 copy color: '#AD547A'

red 173 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #AD547A

Tints of Royal Heath #AD547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 45.65%
G = 22.16%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD547A (or 0xAD547A) is known color: Royal Heath. HEX triplet: AD, 54 and 7A. RGB value is (173,84,122). Sum of RGB (Red+Green+Blue) = 173+84+122=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD547A is #52AB85. Grayscale: #727272. Windows color (decimal): -5417862 or 8017069. OLE color: 8017069.

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

Color convert

RGB 173 84 122 -
CMYK 0 0.51 0.29 0.32
HSL 334.38º 0.35% 0.5% -
HSV(B) 334.38º 0.51% 0.68% -
XYZ 23.92 16.63 20.36 -
YUV 114.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 173 84 122 0 0.51 0.29 0.32 334.38 0.35 0.5
Hex AD 54 7A 0 33 1D 20 14E 23 32
Octal 255 124 172 0 63 35 40 516 43 62
Binary 10101101 1010100 1111010 0 110011 11101 100000 101001110 100011 110010

Color Harmonies of #AD547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD547A

Black with #AD547A

Text Example


Text Example

White with #AD547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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