Html Css Color HEX #AD496E Royal Heath

📋 copy color: '#AD496E'

red 173 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #AD496E

Tints of Royal Heath #AD496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 48.6%
G = 20.51%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD496E (or 0xAD496E) is known color: Royal Heath. HEX triplet: AD, 49 and 6E. RGB value is (173,73,110). Sum of RGB (Red+Green+Blue) = 173+73+110=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD496E is #52B691. Grayscale: #6B6B6B. Windows color (decimal): -5420690 or 7227821. OLE color: 7227821.

HSL color Cylindrical-coordinate representation of color #AD496E: hue angle of 337.8º 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 #AD496E is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 110 -
CMYK 0 0.58 0.36 0.32
HSL 337.8º 0.41% 0.48% -
HSV(B) 337.8º 0.58% 0.68% -
XYZ 22.43 14.78 16.42 -
YUV 107.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 173 73 110 0 0.58 0.36 0.32 337.8 0.41 0.48
Hex AD 49 6E 0 3A 24 20 152 29 30
Octal 255 111 156 0 72 44 40 522 51 60
Binary 10101101 1001001 1101110 0 111010 100100 100000 101010010 101001 110000

Color Harmonies of #AD496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD496E

Black with #AD496E

Text Example


Text Example

White with #AD496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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