#AD537E

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

Shades of Royal Heath #AD537E

Tints of Royal Heath #AD537E

Color information

#AD537E (or 0xAD537E) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 7E. RGB value is (173,83,126). Sum of RGB (Red+Green+Blue) = 173+83+126=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD537E is #52AC81. Grayscale: #727272. Windows color (decimal): -5418114 or 8278957. OLE color: 8278957.

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

Color convert

RGB17383126-
CMYK00.520.270.32
HSL331.33º35.43%50.2%-
HSV(B)331.33º52.02%67.84%-
XYZ24.0916.5821.67-
YUV114.81134.32169.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=45.29%
G=21.73%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738312600.520.270.32331.3335.4350.2
HexAD537E0341B2014b2332
Octal25512317606433405134362
Binary1010110110100111111110011010011011100000101001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD537E; }

 p { color: rgb(173,83,126); }

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

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

 a { background-color: rgb(173,83,126); }

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

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

 span { border-color: rgb(173,83,126); }

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