Html Css Color HEX #AD4A76 Royal Heath

📋 copy color: '#AD4A76'

red 173 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #AD4A76

Tints of Royal Heath #AD4A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

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

R = 47.4%
G = 20.27%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD4A76 (or 0xAD4A76) is known color: Royal Heath. HEX triplet: AD, 4A and 76. RGB value is (173,74,118). Sum of RGB (Red+Green+Blue) = 173+74+118=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4A76 is #52B589. Grayscale: #6C6C6C. Windows color (decimal): -5420426 or 7752365. OLE color: 7752365.

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

Color convert

RGB 173 74 118 -
CMYK 0 0.57 0.32 0.32
HSL 333.33º 0.4% 0.48% -
HSV(B) 333.33º 0.57% 0.68% -
XYZ 22.95 15.09 18.84 -
YUV 108.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 173 74 118 0 0.57 0.32 0.32 333.33 0.4 0.48
Hex AD 4A 76 0 39 20 20 14D 28 30
Octal 255 112 166 0 71 40 40 515 50 60
Binary 10101101 1001010 1110110 0 111001 100000 100000 101001101 101000 110000

Color Harmonies of #AD4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A76

Black with #AD4A76

Text Example


Text Example

White with #AD4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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