Html Css Color HEX #AD4976 Royal Heath

📋 copy color: '#AD4976'

red 173 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #AD4976

Tints of Royal Heath #AD4976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 47.53%
G = 20.05%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD4976 (or 0xAD4976) is known color: Royal Heath. HEX triplet: AD, 49 and 76. RGB value is (173,73,118). Sum of RGB (Red+Green+Blue) = 173+73+118=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4976 is #52B689. Grayscale: #6B6B6B. Windows color (decimal): -5420682 or 7752109. OLE color: 7752109.

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

Color convert

RGB 173 73 118 -
CMYK 0 0.58 0.32 0.32
HSL 333º 0.41% 0.48% -
HSV(B) 333º 0.58% 0.68% -
XYZ 22.89 14.96 18.82 -
YUV 108.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 173 73 118 0 0.58 0.32 0.32 333 0.41 0.48
Hex AD 49 76 0 3A 20 20 14D 29 30
Octal 255 111 166 0 72 40 40 515 51 60
Binary 10101101 1001001 1110110 0 111010 100000 100000 101001101 101001 110000

Color Harmonies of #AD4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4976

Black with #AD4976

Text Example


Text Example

White with #AD4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4976; }

 p { color: rgb(173,73,118); }

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

background-color css

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

 a { background-color: rgb(173,73,118); }

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

border-color css

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

 span { border-color: rgb(173,73,118); }

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