#AD506E

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

Shades of Royal Heath #AD506E

Tints of Royal Heath #AD506E

Color information

#AD506E (or 0xAD506E) is unknown color: approx Royal Heath. HEX triplet: AD, 50 and 6E. RGB value is (173,80,110). Sum of RGB (Red+Green+Blue) = 173+80+110=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD506E is #52AF91. Grayscale: #6F6F6F. Windows color (decimal): -5418898 or 7229613. OLE color: 7229613.

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

Color convert

RGB17380110-
CMYK00.540.360.32
HSL340.65º36.76%49.61%-
HSV(B)340.65º53.76%67.84%-
XYZ22.9215.7516.58-
YUV111.23127.31172.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=47.66%
G=22.04%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738011000.540.360.32340.6536.7649.61
HexAD506E03624201552532
Octal25512015606644405254562
Binary10101101101000011011100110110100100100000101010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD506E; }

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

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

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

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

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

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

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

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