#AD4770

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

Shades of Royal Heath #AD4770

Tints of Royal Heath #AD4770

Color information

#AD4770 (or 0xAD4770) is unknown color: approx Royal Heath. HEX triplet: AD, 47 and 70. RGB value is (173,71,112). Sum of RGB (Red+Green+Blue) = 173+71+112=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4770 is #52B88F. Grayscale: #6A6A6A. Windows color (decimal): -5421200 or 7358381. OLE color: 7358381.

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

Color convert

RGB17371112-
CMYK00.590.350.32
HSL335.88º41.8%47.84%-
HSV(B)335.88º58.96%67.84%-
XYZ22.4114.5616.96-
YUV106.17131.29175.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=48.60%
G=19.94%
B=31.46%

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
Decimal1737111200.590.350.32335.8841.847.84
HexAD477003B23201502a30
Octal25510716007343405205260
Binary10101101100011111100000111011100011100000101010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4770; }

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

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

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

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

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

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

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

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