#AD4771

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

Shades of Royal Heath #AD4771

Tints of Royal Heath #AD4771

Color information

#AD4771 (or 0xAD4771) is unknown color: approx Royal Heath. HEX triplet: AD, 47 and 71. RGB value is (173,71,113). Sum of RGB (Red+Green+Blue) = 173+71+113=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4771 is #52B88E. Grayscale: #6A6A6A. Windows color (decimal): -5421199 or 7423917. OLE color: 7423917.

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

Color convert

RGB17371113-
CMYK00.590.350.32
HSL335.29º41.8%47.84%-
HSV(B)335.29º58.96%67.84%-
XYZ22.4714.5817.25-
YUV106.29131.79175.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=48.46%
G=19.89%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737111300.590.350.32335.2941.847.84
HexAD477103B232014f2a30
Octal25510716107343405175260
Binary10101101100011111100010111011100011100000101001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4771; }

 p { color: rgb(173,71,113); }

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

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

 a { background-color: rgb(173,71,113); }

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

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

 span { border-color: rgb(173,71,113); }

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