#AD536F

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

Shades of Royal Heath #AD536F

Tints of Royal Heath #AD536F

Color information

#AD536F (or 0xAD536F) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 6F. RGB value is (173,83,111). Sum of RGB (Red+Green+Blue) = 173+83+111=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536F is #52AC90. Grayscale: #717171. Windows color (decimal): -5418129 or 7295917. OLE color: 7295917.

HSL color Cylindrical-coordinate representation of color #AD536F: hue angle of 341.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 #AD536F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17383111-
CMYK00.520.360.32
HSL341.33º35.43%50.2%-
HSV(B)341.33º52.02%67.84%-
XYZ23.216.2216.95-
YUV113.1126.82170.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=47.14%
G=22.62%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738311100.520.360.32341.3335.4350.2
HexAD536F03424201552332
Octal25512315706444405254362
Binary10101101101001111011110110100100100100000101010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD536F; }

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

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

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

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

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

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

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

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