Html Css Color HEX #AD5076 Royal Heath

📋 copy color: '#AD5076'

red 173 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #AD5076

Tints of Royal Heath #AD5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 46.63%
G = 21.56%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5076 (or 0xAD5076) is known color: Royal Heath. HEX triplet: AD, 50 and 76. RGB value is (173,80,118). Sum of RGB (Red+Green+Blue) = 173+80+118=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5076 is #52AF89. Grayscale: #707070. Windows color (decimal): -5418890 or 7753901. OLE color: 7753901.

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

Color convert

RGB 173 80 118 -
CMYK 0 0.54 0.32 0.32
HSL 335.48º 0.37% 0.5% -
HSV(B) 335.48º 0.54% 0.68% -
XYZ 23.37 15.93 18.98 -
YUV 112.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 173 80 118 0 0.54 0.32 0.32 335.48 0.37 0.5
Hex AD 50 76 0 36 20 20 14F 25 32
Octal 255 120 166 0 66 40 40 517 45 62
Binary 10101101 1010000 1110110 0 110110 100000 100000 101001111 100101 110010

Color Harmonies of #AD5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5076

Black with #AD5076

Text Example


Text Example

White with #AD5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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