#AD5B85

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

Shades of Royal Heath #AD5B85

Tints of Royal Heath #AD5B85

Color information

#AD5B85 (or 0xAD5B85) is unknown color: approx Royal Heath. HEX triplet: AD, 5B and 85. RGB value is (173,91,133). Sum of RGB (Red+Green+Blue) = 173+91+133=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B85 is #52A47A. Grayscale: #787878. Windows color (decimal): -5416059 or 8739757. OLE color: 8739757.

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

Color convert

RGB17391133-
CMYK00.470.230.32
HSL329.27º33.33%51.76%-
HSV(B)329.27º47.4%67.84%-
XYZ25.2118.0624.35-
YUV120.31135.17165.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=43.58%
G=22.92%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739113300.470.230.32329.2733.3351.76
HexAD5B8502F17201492134
Octal25513320505727405114164
Binary10101101101101110000101010111110111100000101001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B85; }

 p { color: rgb(173,91,133); }

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

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

 a { background-color: rgb(173,91,133); }

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

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

 span { border-color: rgb(173,91,133); }

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