#AD466E

Color #AD466E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD466E

Tints of Royal Heath #AD466E

Color information

#AD466E (or 0xAD466E) is unknown color: approx 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

RGB17370110-
CMYK00.600.360.32
HSL336.7º42.39%47.65%-
HSV(B)336.7º59.54%67.84%-
XYZ22.2414.3916.36-
YUV105.36130.62176.25-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737011000.600.360.32336.742.3947.65
HexAD466E03C24201512a30
Octal25510615607444405215260
Binary10101101100011011011100111100100100100000101010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>