#AD496F

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

Shades of Royal Heath #AD496F

Tints of Royal Heath #AD496F

Color information

#AD496F (or 0xAD496F) is unknown color: approx Royal Heath. HEX triplet: AD, 49 and 6F. RGB value is (173,73,111). Sum of RGB (Red+Green+Blue) = 173+73+111=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD496F is #52B690. Grayscale: #6B6B6B. Windows color (decimal): -5420689 or 7293357. OLE color: 7293357.

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

Color convert

RGB17373111-
CMYK00.580.360.32
HSL337.2º40.65%48.24%-
HSV(B)337.2º57.8%67.84%-
XYZ22.4914.816.71-
YUV107.23130.13174.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=48.46%
G=20.45%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737311100.580.360.32337.240.6548.24
HexAD496F03A24201512930
Octal25511115707244405215160
Binary10101101100100111011110111010100100100000101010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD496F; }

 p { color: rgb(173,73,111); }

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

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

 a { background-color: rgb(173,73,111); }

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

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

 span { border-color: rgb(173,73,111); }

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