#AD577A

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

Shades of Royal Heath #AD577A

Tints of Royal Heath #AD577A

Color information

#AD577A (or 0xAD577A) is unknown color: approx Royal Heath. HEX triplet: AD, 57 and 7A. RGB value is (173,87,122). Sum of RGB (Red+Green+Blue) = 173+87+122=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577A is #52A885. Grayscale: #747474. Windows color (decimal): -5417094 or 8017837. OLE color: 8017837.

HSL color Cylindrical-coordinate representation of color #AD577A: hue angle of 335.58º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD577A is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17387122-
CMYK00.500.290.32
HSL335.58º34.4%50.98%-
HSV(B)335.58º49.71%67.84%-
XYZ24.1517.1120.44-
YUV116.7130.99168.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=45.29%
G=22.77%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738712200.500.290.32335.5834.450.98
HexAD577A0321D201502233
Octal25512717206235405204263
Binary1010110110101111111010011001011101100000101010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD577A; }

 p { color: rgb(173,87,122); }

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

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

 a { background-color: rgb(173,87,122); }

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

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

 span { border-color: rgb(173,87,122); }

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