#AD446E

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

Shades of Royal Heath #AD446E

Tints of Royal Heath #AD446E

Color information

#AD446E (or 0xAD446E) is unknown color: approx Royal Heath. HEX triplet: AD, 44 and 6E. RGB value is (173,68,110). Sum of RGB (Red+Green+Blue) = 173+68+110=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD446E is #52BB91. Grayscale: #686868. Windows color (decimal): -5421970 or 7226541. OLE color: 7226541.

HSL color Cylindrical-coordinate representation of color #AD446E: hue angle of 336º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD446E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17368110-
CMYK00.610.360.32
HSL336º43.57%47.25%-
HSV(B)336º60.69%67.84%-
XYZ22.1214.1416.32-
YUV104.18131.29177.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=49.29%
G=19.37%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736811000.610.360.3233643.5747.25
HexAD446E03D24201502c2f
Octal25510415607544405205457
Binary10101101100010011011100111101100100100000101010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD446E; }

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

 H1.HeaderClassName
 {
   color: #AD446E;
 }
 .AnyTagClassName
 {
   color: #AD446E;
 }
</style>
background-color css

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

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

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

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

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

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