Html Css Color HEX #AD476D Royal Heath

📋 copy color: '#AD476D'

red 173 ◦ green 71 ◦ blue 109

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

Shades of Royal Heath #AD476D

Tints of Royal Heath #AD476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 49.01%
G = 20.11%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD476D (or 0xAD476D) is known color: Royal Heath. HEX triplet: AD, 47 and 6D. RGB value is (173,71,109). Sum of RGB (Red+Green+Blue) = 173+71+109=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD476D is #52B892. Grayscale: #696969. Windows color (decimal): -5421203 or 7161773. OLE color: 7161773.

HSL color Cylindrical-coordinate representation of color #AD476D: hue angle of 337.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD476D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 109 -
CMYK 0 0.59 0.37 0.32
HSL 337.65º 0.42% 0.48% -
HSV(B) 337.65º 0.59% 0.68% -
XYZ 22.25 14.49 16.09 -
YUV 105.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 173 71 109 0 0.59 0.37 0.32 337.65 0.42 0.48
Hex AD 47 6D 0 3B 25 20 152 2A 30
Octal 255 107 155 0 73 45 40 522 52 60
Binary 10101101 1000111 1101101 0 111011 100101 100000 101010010 101010 110000

Color Harmonies of #AD476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD476D

Black with #AD476D

Text Example


Text Example

White with #AD476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD476D; }

 p { color: rgb(173,71,109); }

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

background-color css

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

 a { background-color: rgb(173,71,109); }

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

border-color css

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

 span { border-color: rgb(173,71,109); }

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