Html Css Color HEX #AD466E Royal Heath

📋 copy color: '#AD466E'

red 173 ◦ green 70 ◦ blue 110

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

Shades of Royal Heath #AD466E

Tints of Royal Heath #AD466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 49.01%
G = 19.83%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD466E (or 0xAD466E) is known color: Royal Heath. HEX triplet: AD, 46 and 6E. RGB value is (173,70,110). Sum of RGB (Red+Green+Blue) = 173+70+110=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD466E is #52B991. Grayscale: #696969. Windows color (decimal): -5421458 or 7227053. OLE color: 7227053.

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

Color convert

RGB 173 70 110 -
CMYK 0 0.60 0.36 0.32
HSL 336.7º 0.42% 0.48% -
HSV(B) 336.7º 0.6% 0.68% -
XYZ 22.24 14.39 16.36 -
YUV 105.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 173 70 110 0 0.60 0.36 0.32 336.7 0.42 0.48
Hex AD 46 6E 0 3C 24 20 151 2A 30
Octal 255 106 156 0 74 44 40 521 52 60
Binary 10101101 1000110 1101110 0 111100 100100 100000 101010001 101010 110000

Color Harmonies of #AD466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD466E

Black with #AD466E

Text Example


Text Example

White with #AD466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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